File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010 workflow_dispatch :
1111
1212env :
13- CANCEL_OTHERS : true
13+ CANCEL_OTHERS : false
1414 PATHS_IGNORE : ' ["**/README.md", "**/docs/**"]'
1515
1616jobs :
1717 pre-commit-hooks :
1818 name : lint with pre-commit
1919 runs-on : ubuntu-latest
20- timeout-minutes : 2
20+ timeout-minutes : 5
2121 steps :
2222 - id : skip_check
2323 uses : fkirc/skip-duplicate-actions@master
8686 with :
8787 activate-environment : " compass_ci"
8888 miniforge-version : latest
89- channels : conda-forge,e3sm/label/compass,defaults
89+ channels : conda-forge,e3sm/label/compass
9090 channel-priority : strict
9191 auto-update-conda : true
9292 python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 3838 with :
3939 activate-environment : " compass_ci"
4040 miniforge-version : latest
41- channels : conda-forge,e3sm/label/compass,defaults
41+ channels : conda-forge,e3sm/label/compass
4242 channel-priority : strict
4343 auto-update-conda : true
4444 python-version : ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments