Skip to content

Commit

Permalink
fix: only notify of specific workflow failures (#290)
Browse files Browse the repository at this point in the history
Update the workflow failure notifications to apply be triggered
for the listed workflows.
  • Loading branch information
patheard authored Feb 18, 2025
1 parent 254cffb commit 498cdaf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 20 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/codebuild-runner.yml

This file was deleted.

9 changes: 8 additions & 1 deletion .github/workflows/workflow-failure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@ name: Workflow failure

on:
workflow_run:
workflows: ["*"]
workflows:
- "Graphs CI"
- "Response Time CI"
- "Static Site CI"
- "Summary CI"
- "Terraform apply"
- "Update Template CI"
- "Uptime CI"
types:
- completed

Expand Down

0 comments on commit 498cdaf

Please sign in to comment.