From ae99411a41519d90bd9657c4eb1a07162701d378 Mon Sep 17 00:00:00 2001 From: Derek Roberts Date: Wed, 6 Dec 2023 09:33:24 -0800 Subject: [PATCH] fix: conditional for merge groups --- .github/workflows/pr-open.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-open.yml b/.github/workflows/pr-open.yml index 62a99179d..0451a723b 100644 --- a/.github/workflows/pr-open.yml +++ b/.github/workflows/pr-open.yml @@ -13,6 +13,7 @@ jobs: # Enforce conventional commits in PR titles conventional-commits: name: Conventional Commits + if: github.event_name == 'pull_request' runs-on: ubuntu-22.04 steps: - uses: amannn/action-semantic-pull-request@v5.4.0