Skip to content

Commit 1949415

Browse files
committed
ci: fix naming logic
1 parent 6d9fcbf commit 1949415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
path: dist/${{ steps.wheel.outputs.wheel_name }}
7575

7676
tests:
77-
name: "Test ${{ matrix.test_any == 'true' && 'any' || 'platform-specific' }} wheel"
77+
name: "Test ${{ matrix.test_any && 'any' || 'platform-specific' }} wheel"
7878
uses: ./.github/workflows/tests.yml
7979
strategy:
8080
matrix:

0 commit comments

Comments
 (0)