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.
2 parents b04f8c5 + df9cafe commit 95555a8Copy full SHA for 95555a8
.github/workflows/test.yml
@@ -74,6 +74,9 @@ jobs:
74
NUM_CORES: ${{ matrix.cores }}
75
76
- name: Upload test results
77
+ # We always want the test results to be uploaded, even when cancelled.
78
+ # https://docs.github.com/en/actions/learn-github-actions/expressions#always
79
+ if: ${{ always() }}
80
# TODO: This runnner is running on a self-hosted CPU. In order to upgrade
81
# to v4, need to upgrade the machine to support node20.
82
uses: actions/upload-artifact@v3
0 commit comments