From d23ac09ceb1b105cd36cffc263e9abd26e739062 Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Sun, 19 May 2024 14:03:02 +0100 Subject: Update workflow name in status embed workflow --- .github/workflows/status_embed.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/status_embed.yaml b/.github/workflows/status_embed.yaml index 68b4e4ab..d836aa8f 100644 --- a/.github/workflows/status_embed.yaml +++ b/.github/workflows/status_embed.yaml @@ -21,7 +21,7 @@ jobs: # - Always run for non-success workflows, as they # terminate the workflow sequence. if: >- - (github.event.workflow_run.name == 'Build & Deploy' && github.event.workflow_run.conclusion != 'skipped') || + (github.event.workflow_run.name == 'CI' && github.event.workflow_run.conclusion != 'skipped') || github.event.workflow_run.event == 'pull_request' || github.event.workflow_run.conclusion == 'failure' || github.event.workflow_run.conclusion == 'cancelled' -- cgit v1.2.3