Skip to content

Commit cfa9570

Browse files
committed
Update scans.yml
1 parent ddc3881 commit cfa9570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scans.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,4 +437,4 @@ jobs:
437437
source_path: ${{ steps.changed-files.outputs.all_changed_files }}
438438
reporter: github-pr-check
439439
filter_mode: file
440-
fail_on_error: true
440+
fail_on_error: ${{ github.event_name == 'pull_request' }}

0 commit comments

Comments
 (0)