Skip to content

Commit

Permalink
ignore fail workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
qrkourier committed Jul 15, 2024
1 parent a77bcc5 commit 0a6e0d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/promote-downstreams.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
wait-interval: 20
# confusingly, this means "pause this step until all jobs from all workflows in same run have completed"
running-workflow-name: Wait for Release Builds to Succeed
ignore-checks: SDK Terminator Validation # comma-separated list of check names (job.<id>.name) to ignore
ignore-checks: SDK Terminator Validation,Always Fail # comma-separated list of check names (job.<id>.name) to ignore

parse_version:
needs: wait_for_release
Expand Down

0 comments on commit 0a6e0d1

Please sign in to comment.