From 7742444a999cec05810d78c5c0e0864446a010f8 Mon Sep 17 00:00:00 2001 From: Nanne Baars Date: Sun, 24 Oct 2021 09:58:28 +0200 Subject: [PATCH] Simplify Github actions --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index af63b4677..387a78c98 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 != 'WebGoat/WebGoat') || - (github.event.name == 'push' && github.event.repository != 'WebGoat/WebGoat') + (github.event.name == 'push' && github.event.repository == 'WebGoat/WebGoat') }} runs-on: ${{ matrix.os }} strategy: