Skip to content

Commit

Permalink
Fix notify-slack workflow yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Julia Ogris committed Jun 15, 2021
1 parent a109a46 commit d06943f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/slack-notify.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: build-checker
on:
- status
on: status
jobs:
slack-notify:
# if: ${{ contains(github.event.branches.*.name, 'master') && (github.event.state == 'failure' || github.event.state == 'error')}}
Expand Down

0 comments on commit d06943f

Please sign in to comment.