File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 17
17
permissions :
18
18
pull-requests : write # for marocchino/sticky-pull-request-comment to create or update PR comment
19
19
runs-on : ubuntu-latest
20
- if : ${{github.event_name == 'pull_request_target' && github.event.workflow_run.conclusion=='success' }}
20
+ if : ${{github.event_name == 'pull_request_target'}}
21
21
steps :
22
22
- name : Comment PR - How to test
23
23
uses : marocchino/sticky-pull-request-comment@v2
39
39
pull-requests : write # for marocchino/sticky-pull-request-comment to create or update PR comment
40
40
actions : read # get artifact
41
41
runs-on : ubuntu-latest
42
- if : ${{github.event_name == 'workflow_run' }}
42
+ if : ${{github.event_name == 'workflow_run' && github.event.workflow_run.conclusion=='success' }}
43
43
env :
44
44
comment_result : " .tmp-comment-flamegraph.md"
45
45
steps :
You can’t perform that action at this time.
0 commit comments