Skip to content

Concatenate CICE daily output #2

Concatenate CICE daily output

Concatenate CICE daily output #2

Workflow file for this run

# This workflow is used to convert the `.version` in the `metadata.yaml` file into a valid `git tag` on push to `main`.
# We use the `.version` field in that file to denote the version of the config once a PR is merged.
name: pr-1-ci.yml
on:
pull_request:
branches:
- 'release-*'
- 'dev-*'
paths-ignore:
# These are ignored because they don't have anything to do with the model itself
- .github/**
- tools/**
- doc/**
- .*
- metadata.yaml
- README.md
jobs:
call:
# We simply call the workflow on main so we don't have to propagate CI changes to
# multiple config branches all the time.
uses: access-nri/access-om2-configs/.github/workflows/pr-1-ci.yml@main
secrets: inherit
permissions:
contents: write
pull-requests: write
checks: write