We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8b7b30 commit 92ff300Copy full SHA for 92ff300
.github/workflows/ci.yml
@@ -38,6 +38,7 @@ jobs:
38
key: ${{ github.sha }}-${{ hashFiles('pnpm-lock.yaml') }}
39
40
test:
41
+ if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
42
needs: build
43
strategy:
44
matrix:
0 commit comments