Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Apr 8, 2024
1 parent 1875b7e commit f74ea5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/discord.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ on:

jobs:
notify:
# if: ${{ github.event.workflow_run.conclusion == 'failure' }}
# 'skipped' means the `if: ` condition wasn't fulfilled
if: ${{ github.event.workflow_run.conclusion != 'skipped' }}
runs-on: ubuntu-latest
steps:
- name: Push the notification using Discord webhook
Expand Down

0 comments on commit f74ea5f

Please sign in to comment.