Skip to content

Commit 88ea719

Browse files
committed
Updated entrypoint refs to testing branch dev-121-multi-target-workflows_TEST
1 parent 3eb7957 commit 88ea719

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
cd:
1212
name: CD
13-
uses: access-nri/build-cd/.github/workflows/cd.yml@v3
13+
uses: access-nri/build-cd/.github/workflows/cd.yml@dev-121-multi-target-workflows_TEST
1414
with:
1515
model: ${{ vars.NAME }}
1616
permissions:

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
name: CI
2424
if: >-
2525
(github.event_name == 'pull_request' && github.event.action != 'closed') || (github.event_name == 'issue_comment' && startsWith(github.event.comment.body, '!redeploy'))
26-
uses: access-nri/build-cd/.github/workflows/ci.yml@199-multi-target-deployments_rework-order
26+
uses: access-nri/build-cd/.github/workflows/ci.yml@dev-121-multi-target-workflows_TEST
2727
with:
2828
model: ${{ vars.NAME }}
2929
# root-sbd: if different from vars.NAME
@@ -36,7 +36,7 @@ jobs:
3636
pr-comment:
3737
name: Comment
3838
if: github.event_name == 'issue_comment'
39-
uses: access-nri/build-cd/.github/workflows/ci-comment.yml@v3
39+
uses: access-nri/build-cd/.github/workflows/ci-comment.yml@dev-121-multi-target-workflows_TEST
4040
with:
4141
model: ${{ vars.NAME }}
4242
# root-sbd: if different from vars.NAME
@@ -47,7 +47,7 @@ jobs:
4747
pr-closed:
4848
name: Closed
4949
if: github.event_name == 'pull_request' && github.event.action == 'closed'
50-
uses: access-nri/build-cd/.github/workflows/ci-closed.yml@v3
50+
uses: access-nri/build-cd/.github/workflows/ci-closed.yml@dev-121-multi-target-workflows_TEST
5151
with:
52-
model: ${{ vars.NAME }}
52+
root-sbd: access-test
5353
secrets: inherit

0 commit comments

Comments
 (0)