Skip to content

Commit

Permalink
fix failure check
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Sep 6, 2023
1 parent b934142 commit 360743e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,5 @@ jobs:
needs: [windows-build, unix-build]
steps:
- name: check that all builds succeeded
run: exit 0
if: ${{ contains(needs.*.result, 'failure') }}
run: exit 1

0 comments on commit 360743e

Please sign in to comment.