File tree 1 file changed +10
-2
lines changed
1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -105,8 +105,16 @@ jobs:
105
105
106
106
pr-comment-repro :
107
107
name : Comment Repro
108
- if : github.event_name == 'issue_comment' && github.event.issue.pull_request && startsWith(github.event.comment.body, '!repro')
109
- uses : access-nri/model-config-tests/.github/workflows/config-comment-repro.yml
108
+ if : github.event_name == 'issue_comment' && github.event.issue.pull_request && startsWith(github.event.comment.body, '!test')
109
+ uses : access-nri/model-config-tests/.github/workflows/config-comment-test.yml
110
+ with :
111
+ additional-artifact-content-paths : |
112
+ archive/output000/MOM_parameter_doc.*
113
+ archive/output000/*.err
114
+ archive/output000/*.log
115
+ archive/output000/job.yaml
116
+ archive/output000/env.yaml
117
+ archive/output000/log
110
118
permissions :
111
119
contents : write
112
120
pull-requests : write
You can’t perform that action at this time.
0 commit comments