Skip to content

Commit 9d95085

Browse files
committed
Disable mkv dump check for intermittent sample
1 parent 87be2e2 commit 9d95085

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/samples.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -541,6 +541,7 @@ jobs:
541541
fi
542542
543543
- name: Verify MKV dump exists (WSL)
544+
if: matrix.sample.name != 'kvssink_intermittent_sample'
544545
run: |
545546
cd ~/kvs-cpp-repo/build/debug_output
546547
shopt -s nullglob # Ensure globbing works correctly and avoids errors when no files are found

0 commit comments

Comments
 (0)