Skip to content

Commit 2baaaa6

Browse files
authored
CI: Don't run tests when web folder is updated (#51638)
1 parent 0dd3901 commit 2baaaa6

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/macos-windows.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
- 1.5.x
1414
paths-ignore:
1515
- "doc/**"
16+
- "web/**"
1617

1718
env:
1819
PANDAS_CI: 1

.github/workflows/python-dev.yml

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ on:
3333
- None
3434
paths-ignore:
3535
- "doc/**"
36+
- "web/**"
3637

3738
env:
3839
PYTEST_WORKERS: "auto"

.github/workflows/sdist.yml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
types: [labeled, opened, synchronize, reopened]
1515
paths-ignore:
1616
- "doc/**"
17+
- "web/**"
1718

1819
permissions:
1920
contents: read

.github/workflows/ubuntu.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
- 1.5.x
1414
paths-ignore:
1515
- "doc/**"
16+
- "web/**"
1617

1718
env:
1819
PANDAS_CI: 1

0 commit comments

Comments
 (0)