Skip to content

Commit df08691

Browse files
committed
Remove CodeQL cleanup from disk space script
Keep CodeQL tools as they may be needed for security scanning
1 parent d214d29 commit df08691

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/scripts/free-disk-space.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ sudo rm -rf /usr/share/dotnet
99
sudo rm -rf /usr/local/share/powershell
1010
sudo rm -rf /usr/local/lib/android
1111
sudo rm -rf /opt/ghc
12-
sudo rm -rf /opt/hostedtoolcache/CodeQL
1312
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
1413

1514
echo "=== Disk usage after cleanup ==="

0 commit comments

Comments
 (0)