Skip to content

Commit

Permalink
Test whether needs is set inside with
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed May 19, 2024
1 parent 305ae22 commit d1eec18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ jobs:
- uses: ./.github/actions/notify
with:
name: ${{ github.workflow }}
success: ${{ !contains(needs.*.result, 'failure') }}
success: ${{ join(needs.*.result) }}
url: ${{ secrets.DISCORD_WEBHOOK }}

0 comments on commit d1eec18

Please sign in to comment.