Skip to content

Commit 1da2195

Browse files
committed
Disable "validate pull request" workflow for release pull requests
1 parent 81c33fd commit 1da2195

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/validate-pull-request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
validate-pull-request-title:
1414
name: Validate title
1515
runs-on: ubuntu-latest
16+
if: !startsWith(github.head_ref , 'release/')
1617
steps:
1718
- name: Validate title
1819
# `amannn/[email protected]`

0 commit comments

Comments
 (0)