Skip to content

Commit

Permalink
Merge pull request #223 from altheaden/tweak-ci
Browse files Browse the repository at this point in the history
Tweak behavior of CI workflows
  • Loading branch information
xylar authored Sep 11, 2024
2 parents 746a057 + d17ca74 commit e3f0a04
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 @@ -80,7 +80,7 @@ jobs:
with:
activate-environment: "polaris_ci"
miniforge-version: latest
channels: conda-forge,e3sm/label/polaris,defaults
channels: conda-forge,e3sm/label/polaris
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: "polaris_ci"
miniforge-version: latest
channels: conda-forge,e3sm/label/polaris,defaults
channels: conda-forge,e3sm/label/polaris
channel-priority: strict
auto-update-conda: true
python-version: ${{ matrix.python-version }}
Expand Down

0 comments on commit e3f0a04

Please sign in to comment.