Skip to content

Commit a7e6d98

Browse files
authored
Merge pull request #858 from altheaden/tweak-ci
Tweak behaviors of CI workflows
2 parents e056690 + 885adbc commit a7e6d98

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build_workflow.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ on:
1010
workflow_dispatch:
1111

1212
env:
13-
CANCEL_OTHERS: true
13+
CANCEL_OTHERS: false
1414
PATHS_IGNORE: '["**/README.md", "**/docs/**"]'
1515

1616
jobs:
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
@@ -86,7 +86,7 @@ jobs:
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 }}

.github/workflows/docs_workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)