Skip to content

Commit 1041806

Browse files
committed
ci: exclude forks
1 parent f963ced commit 1041806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88
jobs:
99
update-lockfile:
1010
runs-on: ubuntu-latest
11-
if: ${{ github.actor == 'dependabot[bot]' }}
11+
if: ${{ github.actor == 'dependabot[bot]' && github.event.pull_request.head.repo.fork == false }}
1212
permissions:
1313
pull-requests: write
1414
contents: write

0 commit comments

Comments
 (0)