Skip to content

Commit b82c99e

Browse files
committed
TEST: Update to test branch
1 parent ffceb23 commit b82c99e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
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 }}

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)