Merge pull request #197 from ACCESS-NRI/196-co2-conservation #26
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: CD | |
| on: | |
| push: | |
| branches: | |
| - main | |
| - backport/*.* | |
| paths: | |
| - config/** | |
| - spack.yaml | |
| jobs: | |
| cd: | |
| name: CD | |
| uses: access-nri/build-cd/.github/workflows/cd.yml@v8 | |
| with: | |
| model: ${{ vars.NAME }} | |
| spack-manifest-schema-version: 2-0-0 | |
| config-versions-schema-version: 4-0-0 | |
| config-packages-schema-version: 1-0-0 | |
| permissions: | |
| contents: write | |
| # Required because later workflows also handle on.pull_request trigger | |
| pull-requests: write | |
| secrets: inherit |