Skip to content

Commit

Permalink
Only use test triggers for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Aug 29, 2023
1 parent 1bf8ff0 commit 962fc7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
-Dsonar.javascript.lcov.reportPaths=./coverage/lcov.info
sonar_token: ${{ secrets[matrix.token] }}
# Only use triggers for PRs
triggers: ${{ github.event_name == 'pull_request' && matrix.triggers || "" }}
triggers: ${{ github.event_name == 'pull_request' && matrix.triggers || '' }}

# https://github.com/marketplace/actions/aqua-security-trivy
trivy:
Expand Down

0 comments on commit 962fc7f

Please sign in to comment.