dont run jobs on forks, because gh-tokens are not available (#4813)

This commit is contained in:
Markus Staab 2020-12-06 12:08:19 +01:00 committed by GitHub
parent 8a3b0d1ffd
commit f9de09ab3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,9 @@ on:
jobs:
daily_pull_requests:
# dont run jobs on forks, because gh-tokens are not available
if: github.event.pull_request.head.repo.full_name == github.repository
strategy:
fail-fast: false
matrix: