Skip to content

Commit 002a136

Browse files
Update all actions to dev-v6_TEST
1 parent 591563c commit 002a136

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
name: CI
2626
if: >-
2727
(github.event_name == 'pull_request' && github.event.action != 'closed') || (github.event_name == 'issue_comment' && startsWith(github.event.comment.body, '!redeploy'))
28-
uses: access-nri/build-cd/.github/workflows/ci.yml@dev-v6
28+
uses: access-nri/build-cd/.github/workflows/ci.yml@dev-v6_TEST
2929
with:
3030
model: ${{ vars.NAME }}
3131
# root-sbd: if different from vars.NAME
@@ -38,7 +38,7 @@ jobs:
3838
pr-comment:
3939
name: Comment
4040
if: github.event_name == 'issue_comment'
41-
uses: access-nri/build-cd/.github/workflows/ci-comment.yml@dev-v6
41+
uses: access-nri/build-cd/.github/workflows/ci-comment.yml@dev-v6_TEST
4242
with:
4343
model: ${{ vars.NAME }}
4444
# root-sbd: if different from vars.NAME
@@ -49,7 +49,7 @@ jobs:
4949
pr-closed:
5050
name: Closed
5151
if: github.event_name == 'pull_request' && github.event.action == 'closed'
52-
uses: access-nri/build-cd/.github/workflows/ci-closed.yml@dev-v6
52+
uses: access-nri/build-cd/.github/workflows/ci-closed.yml@dev-v6_TEST
5353
with:
5454
root-sbd: access-test
5555
secrets: inherit

0 commit comments

Comments
 (0)