aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-05-19 14:03:02 +0100
committerGravatar Chris Lovering <[email protected]>2024-05-19 14:03:02 +0100
commitd23ac09ceb1b105cd36cffc263e9abd26e739062 (patch)
treed7cf024d96f7033ae20c190173c7096c109ef69c
parentBump lxml from 5.2.1 to 5.2.2 (#1528) (diff)
Update workflow name in status embed workflow
-rw-r--r--.github/workflows/status_embed.yaml2
1 files changed, 1 insertions, 1 deletions
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'