From 0a6e0d195fdc4e360b608f9e94b63e476b5251a3 Mon Sep 17 00:00:00 2001 From: Kenneth Bingham Date: Mon, 15 Jul 2024 14:41:15 -0400 Subject: [PATCH] ignore fail workflow --- .github/workflows/promote-downstreams.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/promote-downstreams.yml b/.github/workflows/promote-downstreams.yml index 37a48b225..a519caff6 100644 --- a/.github/workflows/promote-downstreams.yml +++ b/.github/workflows/promote-downstreams.yml @@ -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..name) to ignore + ignore-checks: SDK Terminator Validation,Always Fail # comma-separated list of check names (job..name) to ignore parse_version: needs: wait_for_release