File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
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
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
You can’t perform that action at this time.
0 commit comments