Skip to content

Commit

Permalink
[CI] Fail workflow if there were build failures (qmk#23678)
Browse files Browse the repository at this point in the history
More whack-a-mole
  • Loading branch information
tzarc authored May 7, 2024
1 parent a58906c commit 6964036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_build_major_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
files: firmwares/.failed

- name: Fail build if needed
if: steps.check_failure_marker.outputs.exists == 'true'
if: steps.check_failure_marker.outputs.files_exists == 'true'
run: |
# Exit with failure if the compilation stage failed
exit 1

0 comments on commit 6964036

Please sign in to comment.