Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
cd:
name: CD
uses: access-nri/build-cd/.github/workflows/cd.yml@v5
uses: access-nri/build-cd/.github/workflows/cd.yml@169-inject-projections_TEST
with:
model: ${{ vars.NAME }}
permissions:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
name: CI
if: >-
(github.event_name == 'pull_request' && github.event.action != 'closed') || (github.event_name == 'issue_comment' && startsWith(github.event.comment.body, '!redeploy'))
uses: access-nri/build-cd/.github/workflows/ci.yml@v5
uses: access-nri/build-cd/.github/workflows/ci.yml@169-inject-projections_TEST
with:
model: ${{ vars.NAME }}
# root-sbd: if different from vars.NAME
Expand All @@ -38,7 +38,7 @@ jobs:
pr-comment:
name: Comment
if: github.event_name == 'issue_comment'
uses: access-nri/build-cd/.github/workflows/ci-comment.yml@v5
uses: access-nri/build-cd/.github/workflows/ci-comment.yml@169-inject-projections_TEST
with:
model: ${{ vars.NAME }}
# root-sbd: if different from vars.NAME
Expand All @@ -49,7 +49,7 @@ jobs:
pr-closed:
name: Closed
if: github.event_name == 'pull_request' && github.event.action == 'closed'
uses: access-nri/build-cd/.github/workflows/ci-closed.yml@v5
uses: access-nri/build-cd/.github/workflows/ci-closed.yml@169-inject-projections_TEST
with:
root-sbd: access-test
secrets: inherit
4 changes: 1 addition & 3 deletions spack.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This is a Spack Environment file.
# This is a Spack Environment file!!!!!!!
#
# It describes a set of packages to be installed, along with
# configuration settings.
Expand Down Expand Up @@ -50,5 +50,3 @@ spack:
include:
- access-test
- access-test-component
projections:
access-test: '{name}/2025.06.001'