Skip to content

Commit b07e562

Browse files
committed
run test only on foreign PR
1 parent 8b16321 commit b07e562

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88

99
jobs:
1010
test:
11+
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
1112
runs-on: ${{ matrix.os }}
1213
strategy:
1314
fail-fast: false

0 commit comments

Comments
 (0)