Skip to content

Commit 6556100

Browse files
committed
fixup! fix(ci): smaller summary without skips
1 parent 0091393 commit 6556100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/flaky.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
name: report-${{ matrix.crdb }}-${{ matrix.ruby }}-${{ matrix.seed }}
7373
path: report.json
7474
collect:
75-
if: failure()
75+
if: failure() || cancelled()
7676
needs: test
7777
runs-on: ubuntu-latest
7878
steps:

0 commit comments

Comments
 (0)