Skip to content

Commit bce0fa7

Browse files
committed
Remove build mode from matrix
1 parent 8105843 commit bce0fa7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,7 @@ jobs:
117117
matrix:
118118
include:
119119
- language: actions
120-
build-mode: none
121120
- language: python
122-
build-mode: none
123121

124122
permissions:
125123
contents: read
@@ -132,7 +130,7 @@ jobs:
132130
uses: ./init
133131
with:
134132
languages: ${{ matrix.language }}
135-
build-mode: ${{ matrix.build-mode }}
133+
build-mode: none
136134
config: >
137135
paths-ignore:
138136
- lib

0 commit comments

Comments
 (0)