File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6363 max-parallel : 1
6464 matrix :
6565 manifest : ${{ fromJson(needs.setup-cd.outputs.manifest) }}
66- uses : access-nri/build-cd/.github/workflows/cd.yml@v8
66+ uses : access-nri/build-cd/.github/workflows/cd.yml@test- v8
6767 with :
6868 model : ${{ matrix.manifest.name }}
6969 spack-manifest-path : ${{ matrix.manifest.path }}
Original file line number Diff line number Diff line change @@ -105,13 +105,13 @@ jobs:
105105 max-parallel : 1
106106 matrix :
107107 manifest : ${{ fromJson(needs.setup-pr.outputs.manifest) }}
108- uses : access-nri/build-cd/.github/workflows/ci.yml@v8
108+ uses : access-nri/build-cd/.github/workflows/ci.yml@test- v8
109109 with :
110110 model : ${{ matrix.manifest.name }}
111111 spack-manifest-path : ${{ matrix.manifest.path }}
112112 # We have a custom schema for general software deployment manifests, so we specify it here
113113 spack-manifest-schema-path : au.org.access-nri/tools/spack/environment/deployment
114- spack-manifest-schema-version : 2 -0-0
114+ spack-manifest-schema-version : 1 -0-0
115115 config-versions-schema-version : 4-0-0
116116 config-packages-schema-version : 1-0-0
117117 permissions :
@@ -134,7 +134,7 @@ jobs:
134134 max-parallel : 1
135135 matrix :
136136 manifest : ${{ fromJson(needs.setup-pr.outputs.manifest) }}
137- uses : access-nri/build-cd/.github/workflows/ci-closed.yml@v8
137+ uses : access-nri/build-cd/.github/workflows/ci-closed.yml@test- v8
138138 with :
139139 spack-manifest-path : ${{ matrix.manifest.path }}
140140 secrets : inherit
You can’t perform that action at this time.
0 commit comments