Skip to content

Commit

Permalink
disable dogfood action on branch 'delete'
Browse files Browse the repository at this point in the history
  • Loading branch information
Wohops committed Mar 19, 2021
1 parent 55885f1 commit c4cd1c7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/dogfood.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ on:
branches:
- master
- 'dogfood/*'
delete:
branches:
- 'dogfood/*'
# commenting 'delete' action, as it is triggered way too often
# delete:
# branches:
# - 'dogfood/*'

env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
Expand Down

0 comments on commit c4cd1c7

Please sign in to comment.