Skip to content

Commit 340aa05

Browse files
authored
Update conventional-commits-PR-title.yml file to restrict PR workflow to internal branches only
1 parent 1eeca5f commit 340aa05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/conventional-commits-PR-title.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
jobs:
1010
lint-pr:
1111
name: Lint pull request title
12+
if: github.event.pull_request.head.repo.full_name == github.repository
1213
runs-on: ubuntu-latest
1314
steps:
1415
- name: Lint pull request title

0 commit comments

Comments
 (0)