Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only run each CI step when necessary #26

Open
panglesd opened this issue May 11, 2022 · 0 comments
Open

Only run each CI step when necessary #26

panglesd opened this issue May 11, 2022 · 0 comments
Labels

Comments

@panglesd
Copy link
Contributor

Currently (but it is not merged), linux/amd64 and macos/amd64 tests are run whenever a commit is pushed, while linux/arm64 is run only is case of a release.
We would like to run CIs only when they are necessary to avoid costly runs.

A few possibilities:

  • Run macos/amd64 only if linux/amd64 did not fail
  • Never run macos, trigger it by hand (for instance by removing/adding a label to a PR
  • Trigger every CI run by hand
@panglesd panglesd added the CI label May 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant