Skip to content

Commit

Permalink
ci: fix job name
Browse files Browse the repository at this point in the history
  • Loading branch information
sinedied committed Mar 25, 2024
1 parent eef7861 commit a432b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:
needs: build_test
steps:
- name: Check build matrix status
if: ${{ needs.test.result != 'success' }}
if: ${{ needs.build_test.result != 'success' }}
run: exit 1

0 comments on commit a432b84

Please sign in to comment.