Simplify Github actions
This commit is contained in:
parent
7742444a99
commit
2f007babec
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user