Skip to content

Commit

Permalink
run test only on foreign PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Gummibeer committed Jul 7, 2020
1 parent 8b16321 commit b07e562
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

jobs:
test:
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down

0 comments on commit b07e562

Please sign in to comment.