Skip to content

Commit 94deb06

Browse files
committed
Updated to more general !test command
1 parent 7da4729 commit 94deb06

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/ci.yml

+10-2
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,16 @@ jobs:
105105

106106
pr-comment-repro:
107107
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
110118
permissions:
111119
contents: write
112120
pull-requests: write

0 commit comments

Comments
 (0)