Skip to content

Commit

Permalink
ci(codeql): improve logic for maximize build space (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher authored Oct 12, 2023
1 parent f7c8cea commit 3c0f108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
uses: easimon/maximize-build-space@v8
with:
root-reserve-mb: 20480
remove-dotnet: 'true'
remove-dotnet: ${{ (matrix.language == 'csharp' && 'false') || 'true' }}
remove-android: 'true'
remove-haskell: 'true'
remove-codeql: 'false'
Expand Down

0 comments on commit 3c0f108

Please sign in to comment.