Skip to content

Commit

Permalink
Adds optional input for RHS-aware model components
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeGat committed Dec 16, 2024
1 parent 0806866 commit 214dcc9
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/model-build-test-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,18 @@ name: Test model build
on:
workflow_dispatch:
pull_request:
branches:
- "master"
- "access-esm1.5"
branches:
- "master"
- "access-esm1.5"
push:

branches:
- "master"
- "access-esm1.5"
jobs:
build:
name: Build ${{ github.repository }} via spack
uses: access-nri/build-ci/.github/workflows/model-1-build.yml@main
with:
rhs-branch: ${{ (github.base_ref == 'access-esm1.5' || github.ref_name == 'access-esm1.5') && 'access-esm1.5' }}
permissions:
packages: read

0 comments on commit 214dcc9

Please sign in to comment.