Skip to content

Commit

Permalink
Always run code tests (#9083)
Browse files Browse the repository at this point in the history
* Revert "Run tests on changes to root dotfiles (#9062)"

This reverts commit 1f3bc7e.

* Revert "Trigger CI only if code files are modified. (#9006)"

This reverts commit 2ad98b1.
  • Loading branch information
dcherian authored Jun 10, 2024
1 parent a47414e commit 94c8432
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci-additional.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ on:
pull_request:
branches:
- "main"
paths:
- 'ci/**'
- '.github/**'
- '/*' # covers files such as `pyproject.toml`
- 'properties/**'
- 'xarray/**'
workflow_dispatch: # allows you to trigger manually

concurrency:
Expand Down
9 changes: 1 addition & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@ on:
pull_request:
branches:
- "main"
paths:
- "ci/**"
- ".github/**"
- "/*" # covers files such as `pyproject.toml`
- "/.*" # ...and dotfiles in the root such as `.pre-commit-config.yaml`
- "properties/**"
- "xarray/**"
workflow_dispatch: # allows you to trigger manually

concurrency:
Expand Down Expand Up @@ -54,7 +47,7 @@ jobs:
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
# Bookend python versions
python-version: ["3.9", "3.12"]
python-version: ["3.9", "3.12"]
env: [""]
include:
# Minimum python version:
Expand Down

0 comments on commit 94c8432

Please sign in to comment.