Skip test job for pull requests from forks

This commit is contained in:
Peter Evans 2020-05-13 17:20:12 +09:00
parent ebe65286bb
commit 7da2420655

View File

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