Skip to content

Commit 3ac9871

Browse files
committed
Maybe fixed cppcheck diff
1 parent aa3face commit 3ac9871

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,7 @@ jobs:
126126
if: ${{ steps.gen-coverage.conclusion == 'success' && !cancelled() }}
127127
uses: actions/upload-artifact@v4
128128
with:
129-
<<<<<<< HEAD
130129
name: pygame-coverage-${{ matrix.os }}-${{ matrix.python }}
131-
=======
132-
name: pygame-wheels-coverage-${{ matrix.os }}-${{ matrix.python }}
133-
>>>>>>> a9b0e9863 (Properly reference matrix vars)
134130
path: ./out
135131

136132
# Run cppcheck static analysis on src_c changes

0 commit comments

Comments
 (0)