summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2024-05-07 09:02:46 +0000
committerQMK Bot <hello@qmk.fm>2024-05-07 09:02:46 +0000
commita69bf7af04fd6ada0a2bb17cc7a80378ea502235 (patch)
tree7f490b849ad76e88abeea8438cd4940c7da35d24 /.github
parent224ff1d262402a48d1d04912be10d22074d78ced (diff)
parent69640365f81c23d189a1d2266b772b536049aa25 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci_build_major_branch.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci_build_major_branch.yml b/.github/workflows/ci_build_major_branch.yml
index f1c586599a..77755ba71f 100644
--- a/.github/workflows/ci_build_major_branch.yml
+++ b/.github/workflows/ci_build_major_branch.yml
@@ -117,7 +117,7 @@ jobs:
117 files: firmwares/.failed 117 files: firmwares/.failed
118 118
119 - name: Fail build if needed 119 - name: Fail build if needed
120 if: steps.check_failure_marker.outputs.exists == 'true' 120 if: steps.check_failure_marker.outputs.files_exists == 'true'
121 run: | 121 run: |
122 # Exit with failure if the compilation stage failed 122 # Exit with failure if the compilation stage failed
123 exit 1 123 exit 1