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 133a147 commit 11c8203Copy full SHA for 11c8203
.github/workflows/ctest.yml
@@ -68,7 +68,7 @@ jobs:
68
run: ctest -V -S "ctest/${{ matrix.script }}.ctest.cmake"
69
70
- name: Upload test tesults
71
- if: always()
+ if: (!cancelled())
72
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
73
with:
74
name: Test Results (${{ matrix.script }})
@@ -80,7 +80,7 @@ jobs:
80
needs: test
81
name: Publish Results
82
runs-on: ubuntu-latest
83
- if: !cancelled()
84
permissions:
85
contents: read
86
checks: write
0 commit comments