Skip to content

Commit

Permalink
update ci workflows (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
yichengt900 authored Apr 25, 2024
1 parent d84b94a commit d84e28c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CEFI_MOM6-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
uses: actions/checkout@v4
with:
path: ${{ github.run_id }}/CEFI_MOM6_CHECK
fetch-depth: 1
submodules: recursive

- name: Build MOM6SIS2
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/get_glorys_test.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: get_glorys_data_ci

on:
pull_request:
branches: [ "main" ]
schedule:
- cron: '0 12 * * *'

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/mom6_cobalt_1D.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 1
submodules: recursive

- name: Build mom6-sis2-cobalt
Expand All @@ -33,7 +34,7 @@ jobs:
- name: Download 1d model dataset
working-directory: ./exps
run: |
wget -q ftp.gfdl.noaa.gov:/pub/Yi-cheng.Teng/1d_datasets.tar.gz && tar -zxvf 1d_datasets.tar.gz && rm -rf 1d_datasets.tar.gz
wget -q ftp.gfdl.noaa.gov:/pub/Yi-cheng.Teng/1d_ci_datasets.tar.gz && tar -zxvf 1d_ci_datasets.tar.gz && rm -rf 1d_ci_datasets.tar.gz
- name: Run 1D toy case and check repro across restarts
working-directory: ./exps/OM4.single_column.COBALT
Expand Down

0 comments on commit d84e28c

Please sign in to comment.