Skip to content

Commit

Permalink
Merge branch 'master' into python-black-formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
commjoen authored Jan 28, 2024
2 parents 64b2905 + 73ec5bb commit 340a593
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 340a593

Please sign in to comment.