Skip to content

Commit e2b40da

Browse files
committed
Merge branch 'main' into support-attestations
2 parents 29b5f2f + e985fa1 commit e2b40da

File tree

11 files changed

+1334
-994
lines changed

11 files changed

+1334
-994
lines changed

.github/workflows/linux.yml

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

0 commit comments

Comments
 (0)