Skip to content

Commit 5b9e484

Browse files
committed
Fixed ctest log upload step
1 parent 66801ec commit 5b9e484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-ubuntu-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
path: ./out
130130

131131
- name: Upload ctest log
132-
if: !cancelled()
132+
if: ${{ steps.build-pygame-ce.conclusion == 'success' && !cancelled() }}
133133
uses: actions/upload-artifact@v4
134134
with:
135135
name: ctest_suite_log-{ matrix.os }-{ matrix.python }

0 commit comments

Comments
 (0)