Skip to content

Recreated: Update Post Spack v1 Compiler (#8) #3

Recreated: Update Post Spack v1 Compiler (#8)

Recreated: Update Post Spack v1 Compiler (#8) #3

Workflow file for this run

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
# This is due to the entrypoint also handling `on.pull_request` events
pull-requests: write
secrets: inherit