Skip to content

Commit 9d49781

Browse files
committed
added comments and changed job name for better readability
1 parent 215299f commit 9d49781

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/recipes.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- cron: '0 4 * * *'
88

99
jobs:
10-
build:
10+
install-esmvaltool-and-run-recipes:
1111
runs-on: "ubuntu-latest"
1212
steps:
1313
- uses: actions/checkout@v2
@@ -30,9 +30,13 @@ jobs:
3030
- name: Install esmvaltool from conda
3131
shell: bash -l {0}
3232
run: mamba install esmvaltool
33+
# this step is currently unnecessary; might be useful depending on config customizations
3334
- name: Get config-user file
3435
shell: bash -l {0}
3536
run: esmvaltool config get_config_user
37+
#################################
38+
# turning off local data caching since we turned on auto ESGF data download
39+
#################################
3640
#- name: Cache datasets
3741
# uses: actions/cache@v1
3842
# env:
@@ -45,6 +49,9 @@ jobs:
4549
# shell: bash -l {0}
4650
# run: |
4751
# head -4 data/dataset.urls | grep -v '#' | wget --input-file - --no-clobber --no-verbose --directory-prefix $HOME/climate_data/
52+
######################################
53+
# recipe fluxcom is not running since it needs OBS6 data, unavailable for download
54+
######################################
4855
- name: Run all warming stripes recipes in files/
4956
shell: bash -l {0}
5057
run: |

0 commit comments

Comments
 (0)