We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b16321 commit b07e562Copy full SHA for b07e562
1 file changed
.github/workflows/run-tests.yml
@@ -8,6 +8,7 @@ on:
8
9
jobs:
10
test:
11
+ if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
12
runs-on: ${{ matrix.os }}
13
strategy:
14
fail-fast: false
0 commit comments