Skip to content

Commit 30f90e4

Browse files
committed
ci(ua-blocker): restrict PR creation to only upstream repository
1 parent 3a09488 commit 30f90e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-ua-blocker-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
EOF
5959
6060
- name: Create Pull Request if changes exist
61-
if: steps.changes.outputs.has_changes == 'true'
61+
if: steps.changes.outputs.has_changes == 'true' && !github.event.repository.fork
6262
uses: peter-evans/create-pull-request@v7
6363
with:
6464
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)