Skip to content

Commit

Permalink
CI: Run sdist build less often (pandas-dev#44731)
Browse files Browse the repository at this point in the history
  • Loading branch information
lithomas1 authored Feb 27, 2022
1 parent e932ec9 commit 25322fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sdist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ on:
branches:
- main
- 1.4.x
types: [labeled, opened, synchronize, reopened]
paths-ignore:
- "doc/**"

jobs:
build:
if: ${{ github.event.label.name == 'Build' || contains(github.event.pull_request.labels.*.name, 'Build') || github.event_name == 'push'}}
runs-on: ubuntu-latest
timeout-minutes: 60
defaults:
Expand Down

0 comments on commit 25322fa

Please sign in to comment.