Skip to content

Commit ecc3ffc

Browse files
committed
1
1 parent 092bd6f commit ecc3ffc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-pre-release.yml

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

2323
jobs:
2424
build-and-publish:
25-
uses: ./.github/workflows/reusable/build-push.yml@master
25+
uses: ./.github/workflows/reusable/build-push.yml
2626
with:
2727
python-version: ${{ inputs.python-version }}
2828
target: ${{ inputs.target }}

.github/workflows/build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323
jobs:
2424
build-and-publish:
2525
if: "(!contains(github.event.pull_request.labels.*.name, 'disable-test-build')) || github.event_name == 'push' && endsWith(github.event.ref, 'scylla')"
26-
uses: ./.github/workflows/reusable/build-push.yml@master
26+
uses: ./.github/workflows/reusable/build-push.yml
2727
with:
2828
upload2: ${{ github.event_name == 'push' && endsWith(github.event.ref, 'scylla') }}
2929
python-version: '1.12'

0 commit comments

Comments
 (0)