Skip to content

Commit

Permalink
Tweak CI workflow behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
altheaden committed Sep 11, 2024
1 parent 7696bd6 commit 17c9459
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 @@ -88,7 +88,7 @@ jobs:
with:
activate-environment: "mache_ci"
miniforge-version: latest
channels: conda-forge,defaults
channels: conda-forge
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 @@ -36,7 +36,7 @@ jobs:
with:
activate-environment: "mache_ci"
miniforge-version: latest
channels: conda-forge,e3sm/label/mache,defaults
channels: conda-forge
channel-priority: strict
auto-update-conda: true
python-version: ${{ matrix.python-version }}
Expand Down

0 comments on commit 17c9459

Please sign in to comment.