Commit 88ea719 1 parent 3eb7957 commit 88ea719 Copy full SHA for 88ea719
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 10
10
jobs :
11
11
cd :
12
12
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
14
14
with :
15
15
model : ${{ vars.NAME }}
16
16
permissions :
Original file line number Diff line number Diff line change 23
23
name : CI
24
24
if : >-
25
25
(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
27
27
with :
28
28
model : ${{ vars.NAME }}
29
29
# root-sbd: if different from vars.NAME
36
36
pr-comment :
37
37
name : Comment
38
38
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
40
40
with :
41
41
model : ${{ vars.NAME }}
42
42
# root-sbd: if different from vars.NAME
47
47
pr-closed :
48
48
name : Closed
49
49
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
51
51
with :
52
- model : ${{ vars.NAME }}
52
+ root-sbd : access-test
53
53
secrets : inherit
You can’t perform that action at this time.
0 commit comments