Skip to content

Commit

Permalink
fix yaml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Nov 15, 2024
1 parent 59fe8a0 commit 31d6432
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/derecho.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
setup:
if: ${{ github.event.label.name == 'run-pr-tests' }}
runs-on: hpc-runner

steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -33,8 +33,8 @@ jobs:
CIME_MODEL: cesm
CIME_DRIVER: nuopc
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

uses: ESCOMP/CESM/.github/workflows/reusable.yaml@${GITHUB_REF##*/}
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
uses: ESCOMP/CESM/.github/workflows/reusable.yaml@${BRANCH_NAME}
with:
stage: ${{ matrix.compiler }}

Expand Down

0 comments on commit 31d6432

Please sign in to comment.