Skip to content

Commit

Permalink
Workflow testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
tzarc committed Nov 26, 2024
1 parent 4a95010 commit 37aad74
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci_build_target_list.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 37aad74

Please sign in to comment.