Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
vanhauser-thc authored Dec 15, 2023
2 parents b41731d + 4ff57cc commit a386dad
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,8 @@ jobs:
all-checks:
needs: [lint, build]
runs-on: ubuntu-latest
if: ${{ always() }}
steps:
- run: true
- name: Check results
if: ${{ contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled') }}
run: exit 1

0 comments on commit a386dad

Please sign in to comment.