We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddc3881 commit cfa9570Copy full SHA for cfa9570
.github/workflows/scans.yml
@@ -437,4 +437,4 @@ jobs:
437
source_path: ${{ steps.changed-files.outputs.all_changed_files }}
438
reporter: github-pr-check
439
filter_mode: file
440
- fail_on_error: true
+ fail_on_error: ${{ github.event_name == 'pull_request' }}
0 commit comments