CI: don't run pull requests from local branches twice

This commit is contained in:
Frederik Seiffert 2021-08-07 15:02:07 +02:00 committed by Frederik Seiffert
parent 9a5c5dc35c
commit 865203fbab

View file

@ -6,6 +6,8 @@ jobs:
ci:
name: ${{ matrix.name }}
runs-on: ${{ matrix.os }}
# don't run pull requests from local branches twice
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
strategy:
fail-fast: false