Closed sdarwin closed 2 years ago
How come we skipped ci on this?
I believe that Github Actions won't run the first time, only from a pull request. It needs to be merged into the repository. So, having "skip ci" on a new pull request didn't affect Github Actions. And, Travis should not be affected by a single file .github/workflows/ci.yml.
GitHub Actions will run on pull requests... but there may be limits on what happens from a fork.
GitHub Actions CI script, generated from the .travis.yml file. Please refer to https://github.com/CPPAlliance/githubactions for more information and instructions.