Skip to content

Commit

Permalink
trigger ci
Browse files Browse the repository at this point in the history
  • Loading branch information
driazati committed Jan 25, 2022
1 parent 97261eb commit b0c1aef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/monitor_failures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: "recursive"
- name: Install dependencies
run: |
set -eux
pip install requests
- name: Ping Discord on failures
env:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
Expand Down

0 comments on commit b0c1aef

Please sign in to comment.