Skip to content

Commit

Permalink
Bug fix: testing hycom in workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
GRautenbach committed Oct 28, 2024
1 parent 5affc02 commit 5e11258
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/get_forcing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,8 @@ jobs:
archive_ocims:
# copy the data to an archive directory on ocims infrastructure, mounted to the mims compute server
# (note we intentionally do not copy saws data as the archive dir will be public facing in future)
needs: [mercator_saeon,mercator,gfs]
needs: [gfs,hycom]
#[mercator_saeon,mercator,gfs,saws,hycom]
runs-on: ${{ inputs.RUNNER_NAME }}
steps:
- name: archive forcing files on ocims infrastructure
Expand Down

0 comments on commit 5e11258

Please sign in to comment.