Skip to content

Commit f990ab0

Browse files
authored
CI: Remove redundant sdist workflow (#52794)
* CI: Remove redundant sdist workflow * CI: Remove redundant sdist workflow
1 parent 5106204 commit f990ab0

File tree

2 files changed

+4
-95
lines changed

2 files changed

+4
-95
lines changed

.github/workflows/sdist.yml

-94
This file was deleted.

.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)