File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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@v7
11+ uses : access-nri/build-cd/.github/workflows/ci.yml@v8
1212 with :
1313 model : ${{ vars.NAME }}
1414 pr : ${{ github.event.issue.number }}
15- spack-manifest-schema-version : 1 -0-7
16- config-versions-schema-version : 3 -0-0
15+ spack-manifest-schema-version : 2 -0-0
16+ config-versions-schema-version : 4 -0-0
1717 config-packages-schema-version : 1-0-0
1818 root-sbd : access-esm1p6
1919 permissions :
2424 bump :
2525 name : Bump
2626 if : startsWith(github.event.comment.body, '!bump') && github.event.issue.pull_request
27- uses : access-nri/build-cd/.github/workflows/ci-comment.yml@v7
27+ uses : access-nri/build-cd/.github/workflows/ci-comment.yml@v8
2828 with :
2929 model : ${{ vars.NAME }}
3030 root-sbd : access-esm1p6
3535 configs :
3636 name : Configs
3737 if : startsWith(github.event.comment.body, '!update-configs') && github.event.issue.pull_request
38- uses : access-nri/build-cd/.github/workflows/ci-command-configs.yml@v7
38+ uses : access-nri/build-cd/.github/workflows/ci-command-configs.yml@v8
3939 with :
4040 model : ${{ vars.NAME }}
4141 auto-configs-pr-schema-version : 1-0-0
Original file line number Diff line number Diff line change 2525 model : ${{ vars.NAME }}
2626 root-sbd : access-esm1p6
2727 pr : ${{ github.event.pull_request.number }}
28- spack-manifest-schema-version : 1 -0-7
29- config-versions-schema-version : 3 -0-0
28+ spack-manifest-schema-version : 2 -0-0
29+ config-versions-schema-version : 4 -0-0
3030 config-packages-schema-version : 1-0-0
3131 permissions :
3232 pull-requests : write
You can’t perform that action at this time.
0 commit comments