Simplify Github actions

This commit is contained in:
Nanne Baars 2021-10-24 09:59:35 +02:00
parent 7742444a99
commit 2f007babec
No known key found for this signature in database
GPG Key ID: A6D6C06FE4EC14E7

View File

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