Skip to content

Commit

Permalink
sad
Browse files Browse the repository at this point in the history
  • Loading branch information
flub committed Jan 11, 2024
1 parent 42c9332 commit dcc259f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/beta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,20 @@ jobs:
rust-version: beta
notify:
needs: tests
if: ${{ failure() }}
if: ${{ always() }}
runs-on: ubuntu-latest
steps:
- uses: n0-computer/discord-webhook-notify@v1
# if: ${{ failure() }}
if: ${{ failure() }}
with:
severity: error
details: rustc beta tests failed
webhookUrl: ${{ secrets.DISCORD_N0_GITHUB_CHANNEL_WEBHOOK_URL }}
# TODO: temporarily to test the notification
# - uses: n0-computer/discord-webhook-notify@v1
# if: ${{ success() }}
# with:
# severity: info
# details: rustc beta tests succeeded
# webhookUrl: ${{ secrets.DISCORD_N0_GITHUB_CHANNEL_WEBHOOK_URL }}
- uses: n0-computer/discord-webhook-notify@v1
if: ${{ success() }}
with:
severity: info
details: rustc beta tests succeeded
webhookUrl: ${{ secrets.DISCORD_N0_GITHUB_CHANNEL_WEBHOOK_URL }}

0 comments on commit dcc259f

Please sign in to comment.