Skip to content

Commit 5d49a7b

Browse files
authored
fix: Missed the condition for PRT change (#7)
1 parent e3e7298 commit 5d49a7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/github_actions_scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
inputs.wif_provider != '' ||
5353
(
5454
needs.check-changes.outputs.changed == 'true' &&
55-
github.event_name == 'pull_request' &&
55+
github.event_name == 'pull_request_target' &&
5656
!startsWith(github.workflow_ref, format('{0}/', github.repository))
5757
)
5858
permissions:

0 commit comments

Comments
 (0)