diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index ecf03bd43..04877831e 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -11,6 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: PR Conventional Commit Validation + if: ${{ github.event_name != 'merge_group' }} uses: ytanikin/pr-conventional-commits@1.5.2 with: task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert", "depr"]'