Compare commits

...
Author SHA1 Message Date
ethernet 38368d17da fix(ci): only save test durations if all tests passed
otherwise slices could get weird
2026-06-10 13:22:29 -04:00
+1 -1
View File
@@ -125,7 +125,7 @@ jobs:
# (including PRs) get balanced slicing.
save-durations:
needs: test
if: always() && github.ref == 'refs/heads/main'
if: needs.test.result == 'success' && github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
steps:
- name: Download all slice durations