commit: a69bf7af04fd6ada0a2bb17cc7a80378ea502235
parent 224ff1d262402a48d1d04912be10d22074d78ced
Author: QMK Bot <hello@qmk.fm>
Date: Tue, 7 May 2024 09:02:46 +0000
Merge remote-tracking branch 'origin/master' into develop
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