Skip to content

Wave-induced ice fracture development #1766

Wave-induced ice fracture development

Wave-induced ice fracture development #1766

Workflow file for this run

name: CI
on:
pull_request:
types:
- opened
- reopened
- synchronize
- closed
- converted_to_draft
- ready_for_review
branches:
- main
- dev
- backport/*.*
paths:
- config/**
- spack.yaml
jobs:
pr-ci:
name: CI
# This job is responsible for checks and prerelease deployments
# that happen when a PR is modified or opened
if: github.event.action != 'closed'
uses: access-nri/build-cd/.github/workflows/ci.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:
pull-requests: write
contents: write
statuses: write
secrets: inherit # inherit GitHub Deployment Environment secrets
pr-closed:
name: Closed
# This job is responsible for cleaning up the Prereleases after a
# PR is closed
if: github.event.action == 'closed'
uses: access-nri/build-cd/.github/workflows/ci-closed.yml@v8
secrets: inherit # inherit GitHub Deployment environment secrets