Skip to content

Commit 8475f2f

Browse files
authored
Backport PR pandas-dev#52794: CI: Remove redundant sdist workflow (pandas-dev#52984)
1 parent b56c6ce commit 8475f2f

File tree

2 files changed

+4
-96
lines changed

2 files changed

+4
-96
lines changed

Diff for: .github/workflows/sdist.yml

-95
This file was deleted.

Diff for: .github/workflows/wheels.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ on:
2323
- cron: "27 3 */1 * *"
2424
push:
2525
pull_request:
26-
types: [labeled, opened, synchronize, reopened]
26+
types: [labeled, opened, synchronize, reopened]
27+
paths-ignore:
28+
- "doc/**"
29+
- "web/**"
2730
workflow_dispatch:
2831

2932
concurrency:

0 commit comments

Comments
 (0)