aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/semantic-pull-request.yml
diff options
context:
space:
mode:
authorST-DDT <[email protected]>2024-11-21 22:57:20 +0100
committerGitHub <[email protected]>2024-11-21 22:57:20 +0100
commit4436a77af23b9fdec575dbe447aef8184012ed25 (patch)
tree0a4359a18626cd4abeb3b73a0fd330158a7b257d /.github/workflows/semantic-pull-request.yml
parentb0a5ad38bb6e516ba4a6776342c0bb389ca17363 (diff)
downloadfaker-4436a77af23b9fdec575dbe447aef8184012ed25.tar.xz
faker-4436a77af23b9fdec575dbe447aef8184012ed25.zip
infra(CI): skip required CI steps in merge_queues (#3265)
Diffstat (limited to '.github/workflows/semantic-pull-request.yml')
-rw-r--r--.github/workflows/semantic-pull-request.yml1
1 files changed, 1 insertions, 0 deletions
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