Skip to content

Commit 1069ace

Browse files
authored
Update .github/workflows/codeql.yml
1 parent bce0fa7 commit 1069ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
uses: ./analyze
108108
with:
109109
category: "/language:javascript"
110-
upload: ${{ matrix.os == 'ubuntu-24.04' && matrix.tools == '' && 'always' || 'never' }}
110+
upload: ${{ (matrix.os == 'ubuntu-24.04' && !matrix.tools && 'always') || 'never' }}
111111

112112
analyze-other:
113113
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)