Skip to content

Commit 1754354

Browse files
committed
1
1 parent 70c0d8d commit 1754354

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/build-push.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ jobs:
2323
if: "(!contains(github.event.pull_request.labels.*.name, 'disable-test-build')) || github.event_name == 'push' && endsWith(github.event.ref, 'scylla')"
2424
uses: ./.github/workflows/lib-build-and-push.yml
2525
with:
26-
upload: ${{ (github.event_name == 'push' || github.event_name == 'workflow_dispatch' ) && endsWith(github.event.ref, 'scylla') }}
26+
upload: true
27+
target: ''

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,3 +201,5 @@ jobs:
201201
- uses: pypa/gh-action-pypi-publish@release/v1
202202
with:
203203
skip-existing: true
204+
env:
205+
GITHUB_WORKFLOW_REF: "scylladb/python-driver/.github/workflows/lib-build-and-push.yml@refs/heads/master"

0 commit comments

Comments
 (0)