Skip to content

Commit

Permalink
Chore: Don't notify on cancelled edge pipeline (#1559)
Browse files Browse the repository at this point in the history
  • Loading branch information
ciarams87 authored Apr 28, 2021
1 parent d6ee2ee commit 6cc00c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -576,8 +576,7 @@ jobs:
- name: Send Notification
uses: 8398a7/action-slack@v3
if:
steps.check.outputs.status == 'failure' ||
steps.check.outputs.status == 'cancelled'
steps.check.outputs.status == 'failure'
with:
status: custom
custom_payload: |
Expand Down

0 comments on commit 6cc00c3

Please sign in to comment.