Skip to content

Commit 22beae5

Browse files
committed
Check target
1 parent 4e4b12e commit 22beae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scan.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions: read-all
1515
jobs:
1616
check-run:
1717
name: Check PR run
18-
if: github.event_name == 'pull_request'
18+
if: github.event_name == 'pull_request_target'
1919
uses: ./.github/workflows/check-run.yml
2020

2121
sast:

0 commit comments

Comments
 (0)