diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 387a78c98..3e798ddb6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 }}