We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ci/main-cron/skip-ci
ci/run-main-cron
ci/main-cron/run-all
ci/main-cron/run-selected
run-all
run-selected
Same applies to PR workflow.
Additionally, just auto run all the build steps, so user doesn't have to manually add them.
Buildkite conditional for main-cron
(build.pull_request.id != null && (build.pull_request.labels includes "ci/main-cron/run-all" || build.pull_request.labels includes "ci/main-cron/run-selected") || build.tag != null
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
ci/main-cron/skip-ci
+ci/run-main-cron
, just haveci/main-cron/run-all
andci/main-cron/run-selected
.run-all
will run all steps in the main-cron workflow.run-selected
will only run selected steps.Same applies to PR workflow.
Additionally, just auto run all the build steps, so user doesn't have to manually add them.
Buildkite conditional for main-cron
The text was updated successfully, but these errors were encountered: