Skip to content

Commit

Permalink
Merge pull request #1223 from OWASP/commjoen-patch-1
Browse files Browse the repository at this point in the history
Update main.yml to fix #1198
  • Loading branch information
commjoen authored Jan 28, 2024
2 parents e614bce + 2136f99 commit 73ec5bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 73ec5bb

Please sign in to comment.