From 37aad74f2b52da581362cb48b1ffc1d2dc0b229f Mon Sep 17 00:00:00 2001 From: Nick Brassel Date: Wed, 27 Nov 2024 06:38:14 +1100 Subject: [PATCH] Workflow testing. --- .github/workflows/ci_build_target_list.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/ci_build_target_list.yaml b/.github/workflows/ci_build_target_list.yaml index 07f10820899d..c8806c0268a9 100644 --- a/.github/workflows/ci_build_target_list.yaml +++ b/.github/workflows/ci_build_target_list.yaml @@ -14,13 +14,6 @@ jobs: container: ghcr.io/qmk/qmk_cli steps: - - name: Check mergeability - if: github.event.pull_request.mergeable == false - uses: actions/github-script@v3 - with: - script: | - core.setFailed('Pull request is currently unmergeable. Please resolve conflicts on this PR.') - - name: Prerequisites run: | apt update