commit: 69640365f81c23d189a1d2266b772b536049aa25
parent a58906ceb3aedcc12b2c3e808f8f5a14a944d582
Author: Nick Brassel <nick@tzarc.org>
Date: Tue, 7 May 2024 19:02:16 +1000
[CI] Fail workflow if there were build failures (#23678)
More whack-a-mole
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ci_build_major_branch.yml b/.github/workflows/ci_build_major_branch.yml
@@ -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