Skip to content

Commit f09e3e7

Browse files
lithomas1yehoshuadimarsky
authored andcommitted
CI: Run sdist build less often (pandas-dev#44731)
1 parent 9823931 commit f09e3e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/sdist.yml

+2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@ on:
99
branches:
1010
- main
1111
- 1.4.x
12+
types: [labeled, opened, synchronize, reopened]
1213
paths-ignore:
1314
- "doc/**"
1415

1516
jobs:
1617
build:
18+
if: ${{ github.event.label.name == 'Build' || contains(github.event.pull_request.labels.*.name, 'Build') || github.event_name == 'push'}}
1719
runs-on: ubuntu-latest
1820
timeout-minutes: 60
1921
defaults:

0 commit comments

Comments
 (0)