From 4436a77af23b9fdec575dbe447aef8184012ed25 Mon Sep 17 00:00:00 2001 From: ST-DDT Date: Thu, 21 Nov 2024 22:57:20 +0100 Subject: infra(CI): skip required CI steps in merge_queues (#3265) --- .github/workflows/semantic-pull-request.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github/workflows/semantic-pull-request.yml') diff --git a/.github/workflows/semantic-pull-request.yml b/.github/workflows/semantic-pull-request.yml index 892774f5..182b02fc 100644 --- a/.github/workflows/semantic-pull-request.yml +++ b/.github/workflows/semantic-pull-request.yml @@ -19,6 +19,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 10 name: Semantic Pull Request + if: ${{ github.event_name != 'merge_group' }} steps: - name: Validate PR title uses: amannn/action-semantic-pull-request@0723387faaf9b38adef4775cd42cfd5155ed6017 # v5.5.3 -- cgit v1.2.3