Skip to content

Commit 94c8432

Browse files
authored
Always run code tests (#9083)
* 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.
1 parent a47414e commit 94c8432

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

.github/workflows/ci-additional.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@ on:
66
pull_request:
77
branches:
88
- "main"
9-
paths:
10-
- 'ci/**'
11-
- '.github/**'
12-
- '/*' # covers files such as `pyproject.toml`
13-
- 'properties/**'
14-
- 'xarray/**'
159
workflow_dispatch: # allows you to trigger manually
1610

1711
concurrency:

.github/workflows/ci.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@ on:
66
pull_request:
77
branches:
88
- "main"
9-
paths:
10-
- "ci/**"
11-
- ".github/**"
12-
- "/*" # covers files such as `pyproject.toml`
13-
- "/.*" # ...and dotfiles in the root such as `.pre-commit-config.yaml`
14-
- "properties/**"
15-
- "xarray/**"
169
workflow_dispatch: # allows you to trigger manually
1710

1811
concurrency:
@@ -54,7 +47,7 @@ jobs:
5447
matrix:
5548
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
5649
# Bookend python versions
57-
python-version: ["3.9", "3.12"]
50+
python-version: ["3.9", "3.12"]
5851
env: [""]
5952
include:
6053
# Minimum python version:

0 commit comments

Comments
 (0)