We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0091393 commit 6556100Copy full SHA for 6556100
.github/workflows/flaky.yml
@@ -72,7 +72,7 @@ jobs:
72
name: report-${{ matrix.crdb }}-${{ matrix.ruby }}-${{ matrix.seed }}
73
path: report.json
74
collect:
75
- if: failure()
+ if: failure() || cancelled()
76
needs: test
77
runs-on: ubuntu-latest
78
steps:
0 commit comments