Skip to content

Commit 966043e

Browse files
authored
Don't run label check in merge queue (#2631)
## Which problem is this PR solving? <img width="669" alt="image" src="https://github.com/user-attachments/assets/d84d7586-f9f8-4639-8090-9a745c980954" /> ## Description of the changes - Only run on PR Signed-off-by: Yuri Shkuro <github@ysh.us>
1 parent a2f9dea commit 966043e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci-label-check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ on:
1313

1414
jobs:
1515
check-label:
16+
# Auto-succeed when triggered by merge_group event.
17+
if: ${{ github.event_name == 'pull_request' }}
1618
runs-on: ubuntu-latest
1719
steps:
1820
- name: Check PR label

0 commit comments

Comments
 (0)