Skip to content

Commit 79c15bf

Browse files
committed
turned off run on PRs and deleted commented out syntax
1 parent b2119e6 commit 79c15bf

File tree

1 file changed

+2
-20
lines changed

1 file changed

+2
-20
lines changed

.github/workflows/install-esmvaltool-run-recipes.yml

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: Test recipes
1+
name: Test Tutorial Recipes
22

33
on:
44
push:
5-
pull_request:
5+
# pull_request: # turn on for tests to run on PRs
66
schedule:
77
- cron: '0 4 * * *'
88

@@ -34,24 +34,6 @@ jobs:
3434
- name: Get config-user file
3535
shell: bash -l {0}
3636
run: esmvaltool config get_config_user
37-
#################################
38-
# turning off local data caching since we turned on auto ESGF data download
39-
#################################
40-
#- name: Cache datasets
41-
# uses: actions/cache@v1
42-
# env:
43-
# # Increase this value to reset cache if data/dataset.urls has not changed
44-
# CACHE_NUMBER: 0
45-
# with:
46-
# path: ~/climate_data
47-
# key: ${{ runner.os }}-datasets-${{ env.CACHE_NUMBER }}-${{ hashFiles('data/dataset.urls') }}
48-
#- name: Download dataset files for episodes 4 and 5
49-
# shell: bash -l {0}
50-
# run: |
51-
# 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-
######################################
5537
- name: Run all warming stripes recipes in files/
5638
shell: bash -l {0}
5739
run: |

0 commit comments

Comments
 (0)