Skip to content

Commit

Permalink
Fix workflow names in Slack notifier workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mplorentz committed Oct 11, 2024
1 parent bf24dab commit 32b9508
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/notify-slack-on-failure.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Slack Notifier

on:
workflow_run:
workflows: ["testflight-deploy.yml", "testflight-dev-deploy.yml", "testflight-staging-deploy.yml"]
workflows: ["TestFlight Release Deployment", "TestFlight Dev deployment", "TestFlight Staging deployment"]
types:
- completed

Expand Down

0 comments on commit 32b9508

Please sign in to comment.