Skip to content

Commit e51672d

Browse files
committed
Maybe fixed cppcheck diff
1 parent d383916 commit e51672d

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
@@ -127,11 +127,7 @@ jobs:
127127
if: ${{ steps.gen-coverage.conclusion == 'success' && !cancelled() }}
128128
uses: actions/upload-artifact@v4
129129
with:
130-
<<<<<<< HEAD
131130
name: pygame-coverage-${{ matrix.os }}-${{ matrix.python }}
132-
=======
133-
name: pygame-wheels-coverage-${{ matrix.os }}-${{ matrix.python }}
134-
>>>>>>> a9b0e9863 (Properly reference matrix vars)
135131
path: ./out
136132

137133
# Run cppcheck static analysis on src_c changes

0 commit comments

Comments
 (0)