Skip to content

Commit 795daf2

Browse files
committed
fix bad merge
1 parent 7d55345 commit 795daf2

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

.github/workflows/ci-additional.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,14 @@ on:
77
pull_request:
88
branches:
99
- "main"
10-
paths:
11-
- 'ci/**'
12-
- '.github/**'
13-
- '/*' # covers files such as `pyproject.toml`
14-
- 'properties/**'
15-
- 'xarray/**'
1610
- "backend-indexing"
1711
paths:
1812
- 'ci/**'
1913
- '.github/**'
2014
- '/*' # covers files such as `pyproject.toml`
2115
- 'properties/**'
2216
- 'xarray/**'
17+
2318
workflow_dispatch: # allows you to trigger manually
2419

2520
concurrency:

.github/workflows/ci.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@ on:
77
pull_request:
88
branches:
99
- "main"
10-
paths:
11-
- 'ci/**'
12-
- '.github/**'
13-
- '/*' # covers files such as `pyproject.toml`
14-
- 'properties/**'
15-
- 'xarray/**'
1610
- "backend-indexing"
1711
paths:
1812
- 'ci/**'

0 commit comments

Comments
 (0)