File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
workflow_dispatch :
11
11
12
12
env :
13
- CANCEL_OTHERS : true
13
+ CANCEL_OTHERS : false
14
14
PATHS_IGNORE : ' ["**/README.md", "**/docs/**"]'
15
15
16
16
jobs :
17
17
pre-commit-hooks :
18
18
name : lint with pre-commit
19
19
runs-on : ubuntu-latest
20
- timeout-minutes : 2
20
+ timeout-minutes : 5
21
21
steps :
22
22
- id : skip_check
23
23
uses : fkirc/skip-duplicate-actions@master
86
86
with :
87
87
activate-environment : " compass_ci"
88
88
miniforge-version : latest
89
- channels : conda-forge,e3sm/label/compass,defaults
89
+ channels : conda-forge,e3sm/label/compass
90
90
channel-priority : strict
91
91
auto-update-conda : true
92
92
python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 38
38
with :
39
39
activate-environment : " compass_ci"
40
40
miniforge-version : latest
41
- channels : conda-forge,e3sm/label/compass,defaults
41
+ channels : conda-forge,e3sm/label/compass
42
42
channel-priority : strict
43
43
auto-update-conda : true
44
44
python-version : ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments