Skip to content

Commit

Permalink
Debug notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
LinqLover committed Mar 17, 2021
1 parent 65b74ef commit 7974de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
steps:
- uses: voxmedia/github-action-slack-notify-build@v1
if: |
github.event_name == 'schedule' && (
github.event_name != 'schedule' && ( # DEBUG
needs.tests.result == 'failure'
|| needs.build.result == 'failure'
|| needs.tex-assertions.result == 'failure')
Expand Down

0 comments on commit 7974de4

Please sign in to comment.