Skip to content

Commit 9420277

Browse files
authored
avoid running automatic deps changesets on forks
1 parent a42495f commit 9420277

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/dependencies-changesets.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
jobs:
88
changeset:
99
runs-on: ubuntu-latest
10+
if: github.event.pull_request.head.repo.full_name == github.repository
1011
steps:
1112
- name: Checkout
1213
uses: actions/checkout@v3

0 commit comments

Comments
 (0)