Skip to content

Commit 7f2bab0

Browse files
authored
Updated infra to v4 (#21)
1 parent a85bd12 commit 7f2bab0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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@dev-121-multi-target-workflows_TEST
13+
uses: access-nri/build-cd/.github/workflows/cd.yml@v4
1414
with:
1515
model: ${{ vars.NAME }}
1616
permissions:

.github/workflows/ci.yml

+3-3
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@dev-121-multi-target-workflows_TEST
26+
uses: access-nri/build-cd/.github/workflows/ci.yml@v4
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@dev-121-multi-target-workflows_TEST
39+
uses: access-nri/build-cd/.github/workflows/ci-comment.yml@v4
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@dev-121-multi-target-workflows_TEST
50+
uses: access-nri/build-cd/.github/workflows/ci-closed.yml@v4
5151
with:
5252
root-sbd: access-test
5353
secrets: inherit

0 commit comments

Comments
 (0)