Skip test job for pull requests from forks

This commit is contained in:
Peter Evans
2020-05-13 17:23:47 +09:00
parent 7fe6653bc4
commit b410ea76d1

View File

@@ -29,6 +29,7 @@ jobs:
path: dist
test:
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository
needs: [build]
runs-on: ubuntu-latest
strategy: