Skip to content

Commit a695e62

Browse files
committed
1
1 parent 6c5afa0 commit a695e62

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build-push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ jobs:
2424
uses: ./.github/workflows/lib-build-and-push.yml
2525
with:
2626
upload: ${{ (github.event_name == 'push' || github.event_name == 'workflow_dispatch' ) && endsWith(github.event.ref, 'scylla') }}
27+
ignore_tests: true

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ jobs:
9595
if: inputs.ignore_tests
9696
shell: bash
9797
run: |
98-
echo "CIBW_TEST_COMMAND=\"\"" >> $GITHUB_ENV;
98+
echo "CIBW_TEST_COMMAND=true" >> $GITHUB_ENV;
99+
echo "CIBW_TEST_COMMAND_WINDOWS=\"(exit 0)\"" >> $GITHUB_ENV;
99100
echo "CIBW_TEST_SKIP=*" >> $GITHUB_ENV;
100101
echo "CIBW_SKIP=\"cp2* cp36* pp36* cp37* pp37* *i686 *musllinux*\"" >> $GITHUB_ENV;
101102
echo "CIBW_BUILD=\"cp3* pp3*\"" >> $GITHUB_ENV;

0 commit comments

Comments
 (0)