Skip to content

Commit

Permalink
Check all jobs for results
Browse files Browse the repository at this point in the history
  • Loading branch information
SLASHLogin committed Oct 9, 2023
1 parent 2262737 commit 068995a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,4 +152,4 @@ jobs:
url: ${{ steps.pr.outputs.pr_url }}
webhook: ${{ secrets.FO_DISCORD_WEB_DEVELOPMENT_WEBHOOK }}
title: ${{ steps.pr.outputs.pr_title }}
status: ${{ github.action_status }}
status: ${{ contains(needs.*.result, 'failure') && 'failure' || contains(needs.*.result, 'cancelled') && 'cancelled' || contains(needs.*.result, 'skipped') && 'skipped' || 'success' }}

0 comments on commit 068995a

Please sign in to comment.