File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010jobs :
1111 cd :
1212 name : CD
13- uses : access-nri/build-cd/.github/workflows/cd.yml@v8
13+ uses : access-nri/build-cd/.github/workflows/cd.yml@test- v8
1414 with :
1515 model : ${{ vars.NAME }}
1616 spack-manifest-schema-version : 2-0-0
Original file line number Diff line number Diff line change 88 redeploy :
99 name : Redeploy
1010 if : startsWith(github.event.comment.body, '!redeploy') && github.event.issue.pull_request
11- uses : access-nri/build-cd/.github/workflows/ci.yml@v8
11+ uses : access-nri/build-cd/.github/workflows/ci.yml@test- v8
1212 with :
1313 model : ${{ vars.NAME }}
1414 spack-manifest-schema-version : 2-0-0
2222 bump :
2323 name : Bump
2424 if : startsWith(github.event.comment.body, '!bump') && github.event.issue.pull_request
25- uses : access-nri/build-cd/.github/workflows/ci-comment.yml@v8
25+ uses : access-nri/build-cd/.github/workflows/ci-comment.yml@test- v8
2626 with :
2727 model : ${{ vars.NAME }}
2828 permissions :
3232 configs :
3333 name : Configs
3434 if : startsWith(github.event.comment.body, '!update-configs') && github.event.issue.pull_request
35- uses : access-nri/build-cd/.github/workflows/ci-command-configs.yml@v8
35+ uses : access-nri/build-cd/.github/workflows/ci-command-configs.yml@test- v8
3636 with :
3737 model : ${{ vars.NAME }}
3838 auto-configs-pr-schema-version : 1-0-0
Original file line number Diff line number Diff line change 2020 pr-ci :
2121 name : CI
2222 if : github.event.action != 'closed'
23- uses : access-nri/build-cd/.github/workflows/ci.yml@v8
23+ uses : access-nri/build-cd/.github/workflows/ci.yml@test- v8
2424 with :
2525 model : ${{ vars.NAME }}
2626 spack-manifest-schema-version : 2-0-0
3434 pr-closed :
3535 name : Closed
3636 if : github.event.action == 'closed'
37- uses : access-nri/build-cd/.github/workflows/ci-closed.yml@v8
37+ uses : access-nri/build-cd/.github/workflows/ci-closed.yml@test- v8
3838 secrets : inherit
You can’t perform that action at this time.
0 commit comments