ci: skip build-multi-stage workflow for draft PRs#6239
Conversation
|
Now the job even starts when moving to Ready for review, yay! |
|
@Mergifyio refresh |
✅ Pull request refreshed |
|
@Mergifyio rebase |
|
Deprecation notice: This pull request comes from a fork and was rebased using |
✅ Branch has been successfully rebased |
d53fef3 to
ecd21e7
Compare
|
@Mergifyio queue |
Merge Queue Status🛑 Queue command has been cancelled |
|
@Mergifyio rebase |
|
@Mergifyio queue |
|
Deprecation notice: This pull request comes from a fork and was queued with |
Merge Queue Status
This pull request spent 5 minutes 6 seconds in the queue, including 4 minutes 43 seconds running CI. Required conditions to merge
|
Add condition to prevent the multi-arch-build job from running on draft pull requests, saving CI resources during PR preparation. Assisted-by: AskBob <askbob@ibm.com> Signed-off-by: Niels de Vos <ndevos@ibm.com>
Ensure the workflow runs when a PR transitions from draft to ready state by adding the ready_for_review event type to the pull_request trigger. Assisted-by: AskBob <askbob@ibm.com> Signed-off-by: Niels de Vos <ndevos@ibm.com>
ecd21e7 to
3a593d6
Compare
☑️ Command
|
☑️ Nothing to do, the required conditions are not metDetails
|

Add condition to prevent the multi-arch-build job from running on draft
pull requests, saving CI resources during PR preparation.