File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 33
33
timeout-minutes : 10
34
34
steps :
35
35
- uses : actions/checkout@v4
36
- if : github.event_name != 'pull_request '
36
+ if : github.event_name != 'pull_request_target '
37
37
- uses : actions/checkout@v4
38
- if : github.event_name == 'pull_request '
38
+ if : github.event_name == 'pull_request_target '
39
39
with :
40
40
ref : ${{ github.event.pull_request.head.sha }}
41
41
- uses : actions/setup-python@v5
71
71
timeout-minutes : 25
72
72
steps :
73
73
- uses : actions/checkout@v4
74
- if : github.event_name != 'pull_request '
74
+ if : github.event_name != 'pull_request_target '
75
75
- uses : actions/checkout@v4
76
- if : github.event_name == 'pull_request '
76
+ if : github.event_name == 'pull_request_target '
77
77
with :
78
78
ref : ${{ github.event.pull_request.head.sha }}
79
79
- uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments