Skip to content

Commit 6f53630

Browse files
committed
ci: update workflows
1 parent 1bf9b15 commit 6f53630

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ctest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
run: ctest -V -S "ctest/${{ matrix.script }}.ctest.cmake"
6969

7070
- name: Upload test tesults
71-
if: always()
71+
if: (!cancelled())
7272
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
7373
with:
7474
name: Test Results (${{ matrix.script }})
@@ -80,7 +80,7 @@ jobs:
8080
needs: test
8181
name: Publish Results
8282
runs-on: ubuntu-latest
83-
if: !cancelled()
83+
if: (!cancelled())
8484
permissions:
8585
contents: read
8686
checks: write

0 commit comments

Comments
 (0)