Skip to content

Commit 760c6e2

Browse files
committed
Change entrypoint workflow version to 334-spack-v1-migration-config-removal-from-manifest_TEST
1 parent 43786b4 commit 760c6e2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
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@334-spack-v1-migration-config-removal-from-manifest_TEST
1414
with:
1515
model: ${{ vars.NAME }}
1616
spack-manifest-schema-version: 2-0-0

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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@334-spack-v1-migration-config-removal-from-manifest_TEST
2424
with:
2525
model: ${{ vars.NAME }}
2626
# root-sbd: if different from vars.NAME
@@ -36,7 +36,7 @@ jobs:
3636
pr-closed:
3737
name: Closed
3838
if: github.event.action == 'closed'
39-
uses: access-nri/build-cd/.github/workflows/ci-closed.yml@v8
39+
uses: access-nri/build-cd/.github/workflows/ci-closed.yml@334-spack-v1-migration-config-removal-from-manifest_TEST
4040
with:
4141
root-sbd: access-test
4242
secrets: inherit

0 commit comments

Comments
 (0)