From 2136f99d65a71cdd2d20acccf7493dc3917b12c5 Mon Sep 17 00:00:00 2001 From: Jeroen Willemsen Date: Sun, 28 Jan 2024 10:39:14 +0100 Subject: [PATCH] Update main.yml to fix #1198 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 812938c1e..f06c28a98 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -66,5 +66,5 @@ jobs: name: e2e results path: target/test-classes/e2e/cypress/ - name: Publish Test Report - if: ${{ github.event.pull_request.head.repo.full_name == 'OWASP/wrongsecrets' }} && (success() || failure()) + if: ${{ github.event.pull_request.head.repo.full_name == 'OWASP/wrongsecrets' }} && ${{github.event.pull_request.base.repo.full_name == 'OWASP/wrongsecrets' }} uses: scacap/action-surefire-report@v1