File tree Expand file tree Collapse file tree 1 file changed +2
-20
lines changed
Expand file tree Collapse file tree 1 file changed +2
-20
lines changed Original file line number Diff line number Diff line change 1- name : Test recipes
1+ name : Test Tutorial Recipes
22
33on :
44 push :
5- pull_request :
5+ # pull_request: # turn on for tests to run on PRs
66 schedule :
77 - cron : ' 0 4 * * *'
88
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 : |
You can’t perform that action at this time.
0 commit comments