diff options
Diffstat (limited to '.github/workflows/semantic-pull-request.yml')
| -rw-r--r-- | .github/workflows/semantic-pull-request.yml | 1 |
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 |
