Skip to content

Commit

Permalink
try generating a run name for the workflow and use that to trigger th…
Browse files Browse the repository at this point in the history
…e on failure workflow (#675)
  • Loading branch information
andrewpearce-digital authored Sep 1, 2023
1 parent 7e1ebd7 commit bab6737
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on_path_to_live_failure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "[Job] Slack Notification of Path to Live Workflow Failure"

on:
workflow_run:
workflows: ["[Workflow] Path To Live"]
workflows: [Path To Live]
types: [completed]

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/workflow_path_to_live.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: "[Workflow] Path To Live"
run-name: "Path To Live"

on:
push:
Expand Down

0 comments on commit bab6737

Please sign in to comment.