Skip to content

Commit

Permalink
unknown jobs? sad
Browse files Browse the repository at this point in the history
  • Loading branch information
flub committed Jan 11, 2024
1 parent 808953d commit 42c9332
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/beta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,21 @@ jobs:
with:
rust-version: beta
notify:
needs: [build_and_test_nix, build_and_test_windows]
if: ${{ always() }}
needs: tests
if: ${{ failure() }}
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 42c9332

Please sign in to comment.