Simplify Github actions
This commit is contained in:
parent
01d3453c41
commit
c3f9772a27
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
||||
${{
|
||||
github.event_name == 'pull_request' ||
|
||||
(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 }}
|
||||
strategy:
|
||||
|
Loading…
x
Reference in New Issue
Block a user