diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 39a7ded3f..94b23e680 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: