Simplify Github actions

This commit is contained in:
Nanne Baars 2021-10-24 09:39:37 +02:00
parent 01d3453c41
commit c3f9772a27
No known key found for this signature in database
GPG Key ID: A6D6C06FE4EC14E7

View File

@ -23,7 +23,7 @@ jobs:
${{ ${{
github.event_name == 'pull_request' || github.event_name == 'pull_request' ||
(github.event_name == 'push' && (github.event_name == 'push' &&
github.event.pull_request.head.repo.full_name != github.repository) github.event.pull_request.head.repo.full_name != 'WebGoat/WebGoat')
}} }}
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy: