Skip to content

Commit c21f86c

Browse files
committed
1
1 parent 68305c9 commit c21f86c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-push.yml

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

2121
jobs:
2222
build-and-publish:
23-
if: "(!contains(github.event.pull_request.labels.*.name, 'disable-test-build')) || github.event_name == 'push' && endsWith(github.event.ref, 'scylla')"
23+
if: !contains(github.event.pull_request.labels.*.name, 'disable-test-build')
2424
uses: ./.github/workflows/lib-build-and-push.yml
2525
with:
2626
upload: true

.github/workflows/lib-build-and-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jobs:
188188

189189
upload_pypi:
190190
if: inputs.upload
191-
needs: [build-wheels, build-sdist]
191+
needs: [build-sdist]
192192
runs-on: ubuntu-24.04
193193
permissions:
194194
id-token: write

0 commit comments

Comments
 (0)