Skip to content

Commit e985fa1

Browse files
authored
Fix check for --run in CI (#487)
1 parent e0ebbc7 commit e985fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ jobs:
224224
run: |
225225
chmod +x build/pythonbuild
226226
227-
if [ -n "${{ matrix.run }}" ]; then
227+
if [ "${{ matrix.run }}" == "true" ]; then
228228
EXTRA_ARGS="--run"
229229
fi
230230

0 commit comments

Comments
 (0)