From 721d2b4e1e9bae5ee3b532fb0ed1b7feb7a43824 Mon Sep 17 00:00:00 2001 From: Tommy Gatti Date: Mon, 16 Dec 2024 14:31:02 +1100 Subject: [PATCH] Test --- .github/workflows/ci.yml | 11 +++++------ spack.yaml | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b1798a9..08df4d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,8 +22,9 @@ jobs: pr-ci: 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@v3 + (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@196-move-to-relative-workflow-ref with: model: ${{ vars.NAME }} # root-sbd: if different from vars.NAME @@ -36,7 +37,7 @@ jobs: pr-comment: name: Comment if: github.event_name == 'issue_comment' - uses: access-nri/build-cd/.github/workflows/ci-comment.yml@v3 + uses: access-nri/build-cd/.github/workflows/ci-comment.yml@196-move-to-relative-workflow-ref with: model: ${{ vars.NAME }} # root-sbd: if different from vars.NAME @@ -47,9 +48,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@v3 + uses: access-nri/build-cd/.github/workflows/ci-closed.yml@196-move-to-relative-workflow-ref with: model: ${{ vars.NAME }} secrets: inherit - ci-comment: - secrets: inherit diff --git a/spack.yaml b/spack.yaml index c52c5f6..51ba08a 100644 --- a/spack.yaml +++ b/spack.yaml @@ -1,4 +1,4 @@ -# This is a Spack Environment file. +# This is a Spack Environment file, testing out relative uses. # # It describes a set of packages to be installed, along with # configuration settings.