Skip to content

Commit 7d6392f

Browse files
authored
ci: Do not run PR title check in merge queue (#1532)
1 parent 2735289 commit 7d6392f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: PR Conventional Commit Validation
14+
if: ${{ github.event_name != 'merge_group' }}
1415
uses: ytanikin/[email protected]
1516
with:
1617
task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert", "depr"]'

0 commit comments

Comments
 (0)