Skip to content

Commit ed748bd

Browse files
committed
Fix cleanup
1 parent 5ff97bf commit ed748bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/systest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ jobs:
140140
if: always()
141141
env:
142142
test_id: systest-${{ steps.vars.outputs.sha_short }}
143+
quic: ${{ matrix.protocol == 'tcp' && 'false' || 'true' }}
143144
run: make -C systest clean
144145

145146
systest-status:

0 commit comments

Comments
 (0)