diff options
author | 2024-05-19 14:03:02 +0100 | |
---|---|---|
committer | 2024-05-19 14:03:02 +0100 | |
commit | d23ac09ceb1b105cd36cffc263e9abd26e739062 (patch) | |
tree | d7cf024d96f7033ae20c190173c7096c109ef69c | |
parent | Bump 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.yaml | 2 |
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' |