Skip to content

Commit

Permalink
Merge pull request #858 from altheaden/tweak-ci
Browse files Browse the repository at this point in the history
Tweak behaviors of CI workflows
  • Loading branch information
xylar authored Sep 11, 2024
2 parents e056690 + 885adbc commit a7e6d98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ on:
workflow_dispatch:

env:
CANCEL_OTHERS: true
CANCEL_OTHERS: false
PATHS_IGNORE: '["**/README.md", "**/docs/**"]'

jobs:
pre-commit-hooks:
name: lint with pre-commit
runs-on: ubuntu-latest
timeout-minutes: 2
timeout-minutes: 5
steps:
- id: skip_check
uses: fkirc/skip-duplicate-actions@master
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
with:
activate-environment: "compass_ci"
miniforge-version: latest
channels: conda-forge,e3sm/label/compass,defaults
channels: conda-forge,e3sm/label/compass
channel-priority: strict
auto-update-conda: true
python-version: ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
activate-environment: "compass_ci"
miniforge-version: latest
channels: conda-forge,e3sm/label/compass,defaults
channels: conda-forge,e3sm/label/compass
channel-priority: strict
auto-update-conda: true
python-version: ${{ matrix.python-version }}
Expand Down

0 comments on commit a7e6d98

Please sign in to comment.