Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
GilesFearon committed Nov 5, 2024
1 parent 708dcb4 commit cfb0be1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_ops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
BRANCH_REF: ${{ needs.envs.outputs.BRANCH_REF }}
RUNNER_NAME: mims1
OGCM: MERCATOR
SAWS_OK: needs.get_forcing.outputs.SAWS_OK
SAWS_OK: ${{ needs.get_forcing.outputs.SAWS_OK }}

run_hycom_domains:
needs: [envs,get_forcing,prep_domains,make_forcing,run_mercator_domains]
Expand All @@ -154,4 +154,4 @@ jobs:
BRANCH_REF: ${{ needs.envs.outputs.BRANCH_REF }}
RUNNER_NAME: mims1
OGCM: HYCOM
SAWS_OK: needs.get_forcing.outputs.SAWS_OK
SAWS_OK: ${{ needs.get_forcing.outputs.SAWS_OK }}

0 comments on commit cfb0be1

Please sign in to comment.