Skip to content

Commit

Permalink
Simplify matrix check
Browse files Browse the repository at this point in the history
  • Loading branch information
notjagan committed Dec 8, 2023
1 parent df698b5 commit d01d1b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: re-actors/alls-green@release/v1
with:
jobs: ${{ toJSON(needs) }}
- name: Check build matrix status
if: failure()
run: exit 1

publish:
name: Publish package
Expand Down

0 comments on commit d01d1b4

Please sign in to comment.