Skip to content

Commit 92ff300

Browse files
committed
ci: avoid double execution of ci on renovate PRs
1 parent a8b7b30 commit 92ff300

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
key: ${{ github.sha }}-${{ hashFiles('pnpm-lock.yaml') }}
3939

4040
test:
41+
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
4142
needs: build
4243
strategy:
4344
matrix:

0 commit comments

Comments
 (0)