Skip to content

Commit 973dd6a

Browse files
committed
[no ci] Remove inputs.pr and inputs.root-sbd, updated schema versions
1 parent 14c445d commit 973dd6a

File tree

3 files changed

+2
-11
lines changed

3 files changed

+2
-11
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ jobs:
1313
uses: access-nri/build-cd/.github/workflows/cd.yml@v8
1414
with:
1515
model: ${{ vars.NAME }}
16-
root-sbd: access-esm1p6
17-
spack-manifest-schema-version: 1-0-7
18-
config-versions-schema-version: 3-0-0
16+
spack-manifest-schema-version: 2-0-0
17+
config-versions-schema-version: 4-0-0
1918
config-packages-schema-version: 1-0-0
2019
permissions:
2120
contents: write

.github/workflows/ci-command.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,9 @@ jobs:
1111
uses: access-nri/build-cd/.github/workflows/ci.yml@v8
1212
with:
1313
model: ${{ vars.NAME }}
14-
pr: ${{ github.event.issue.number }}
1514
spack-manifest-schema-version: 2-0-0
1615
config-versions-schema-version: 4-0-0
1716
config-packages-schema-version: 1-0-0
18-
root-sbd: access-esm1p6
1917
permissions:
2018
pull-requests: write
2119
contents: write
@@ -27,7 +25,6 @@ jobs:
2725
uses: access-nri/build-cd/.github/workflows/ci-comment.yml@v8
2826
with:
2927
model: ${{ vars.NAME }}
30-
root-sbd: access-esm1p6
3128
permissions:
3229
pull-requests: write
3330
contents: write
@@ -39,7 +36,6 @@ jobs:
3936
with:
4037
model: ${{ vars.NAME }}
4138
auto-configs-pr-schema-version: 1-0-0
42-
root-sbd: access-esm1p6
4339
permissions:
4440
pull-requests: write
4541
secrets:

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ jobs:
2323
uses: access-nri/build-cd/.github/workflows/ci.yml@v8
2424
with:
2525
model: ${{ vars.NAME }}
26-
root-sbd: access-esm1p6
27-
pr: ${{ github.event.pull_request.number }}
2826
spack-manifest-schema-version: 2-0-0
2927
config-versions-schema-version: 4-0-0
3028
config-packages-schema-version: 1-0-0
@@ -37,6 +35,4 @@ jobs:
3735
name: Closed
3836
if: github.event.action == 'closed'
3937
uses: access-nri/build-cd/.github/workflows/ci-closed.yml@v8
40-
with:
41-
root-sbd: access-esm1p6
4238
secrets: inherit

0 commit comments

Comments
 (0)