~ruther/qmk_firmware

69640365f81c23d189a1d2266b772b536049aa25 — Nick Brassel 11 months ago a58906c
[CI] Fail workflow if there were build failures (#23678)

More whack-a-mole
1 files changed, 1 insertions(+), 1 deletions(-)

M .github/workflows/ci_build_major_branch.yml
M .github/workflows/ci_build_major_branch.yml => .github/workflows/ci_build_major_branch.yml +1 -1
@@ 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

Do not follow this link