We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7304ae0 commit 584af66Copy full SHA for 584af66
.github/workflows/build-push.yml
@@ -24,5 +24,5 @@ jobs:
24
if: "(!contains(github.event.pull_request.labels.*.name, 'disable-test-build')) || github.event_name == 'push' && endsWith(github.event.ref, 'scylla')"
25
uses: ./.github/workflows/lib-build-and-push.yml
26
with:
27
- upload: ${{ github.event_name == 'push' && endsWith(github.event.ref, 'scylla') }}
+ upload: ${{ (github.event_name == 'push' || github.event_name == 'workflow_dispatch' ) && endsWith(github.event.ref, 'scylla') }}
28
python-version: '3.13'
0 commit comments