Skip to content

Commit

Permalink
Don't notify slack on manual workflow runs
Browse files Browse the repository at this point in the history
  • Loading branch information
aborgna-q committed Nov 7, 2024
1 parent aa06346 commit 7573f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unsoundness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
notify-slack:
uses: CQCL/hugrverse-actions/.github/workflows/slack-notifier.yml@main
needs: miri
if: always() && needs.miri.result == 'failure'
if: always() && needs.miri.result == 'failure' && github.event_name == 'push'
with:
channel-id: 'C04SHCL4FKP'
slack-message: |
Expand Down

0 comments on commit 7573f1f

Please sign in to comment.