Skip to content

Commit 04f625e

Browse files
committed
fix docstring trigger in ci.yml
1 parent c672dc0 commit 04f625e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
wheelhouse: false
121121
standalone_suffix: ${{needs.pick_server_suffix.outputs.suffix}}
122122
test_any: ${{ matrix.test-any }}
123-
DOCSTRING: ${{ !matrix.test-any }}
123+
DOCSTRING: ${{ matrix.test-any == 'false' }}
124124
secrets: inherit
125125

126126
docker_tests:

0 commit comments

Comments
 (0)