We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac51d52 commit e36773aCopy full SHA for e36773a
.github/workflows/ci.yaml
@@ -77,7 +77,7 @@ jobs:
77
- name: Run tests
78
run: cargo nextest run -P ci --all-features --all-targets --no-fail-fast
79
- name: Upload test report
80
- if: ${{ always() }}
+ if: ${{ !cancelled() }}
81
uses: actions/upload-artifact@v3
82
with:
83
name: junit-${{runner.os}}
0 commit comments