Skip to content

Commit

Permalink
unsilence the Discord grumblebot
Browse files Browse the repository at this point in the history
  • Loading branch information
rogthefrog committed Nov 27, 2024
1 parent 629eb0a commit 13120c9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/scheduled-smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,10 @@ jobs:
poetry install --no-root
poetry run modelgauge list-tests
# - name: Discord notification
# if: failure()
# env:
# DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
# uses: Ilshidur/[email protected]
# with:
# args: 'The smoke test for {{ EVENT_PAYLOAD.repository.full_name }} has failed. See <{{ EVENT_PAYLOAD.repository.html_url }}/actions>'
- name: Discord notification
if: failure()
env:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
uses: Ilshidur/[email protected]
with:
args: 'The smoke test for {{ EVENT_PAYLOAD.repository.full_name }} has failed. See <{{ EVENT_PAYLOAD.repository.html_url }}/actions>'

0 comments on commit 13120c9

Please sign in to comment.