Skip to content

Commit bb35a80

Browse files
committed
Fix
1 parent c710c9b commit bb35a80

File tree

2 files changed

+1
-145
lines changed

2 files changed

+1
-145
lines changed

.github/workflows/sdist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515

1616
jobs:
1717
sdist:
18-
if: ${{ github.event.label.name == 'Build' || contains(github.event.pull_request.labels.*.name, 'Build') || github.event_name == 'push'}}
18+
#if: ${{ github.event.label.name == 'Build' || contains(github.event.pull_request.labels.*.name, 'Build') || github.event_name == 'push'}}
1919
runs-on: ubuntu-latest
2020
timeout-minutes: 60
2121
defaults:

.github/workflows/ubuntu.yml

Lines changed: 0 additions & 144 deletions
This file was deleted.

0 commit comments

Comments
 (0)