We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09fbaa1 commit 57b0be4Copy full SHA for 57b0be4
.github/workflows/gradle.yml
@@ -407,7 +407,7 @@ jobs:
407
remove-android: 'true' # Remove Android tools (~2 GB savings)
408
remove-haskell: 'true' # Remove Haskell (~1 GB savings)
409
remove-codeql: 'true' # Remove CodeQL (~500 MB savings)
410
- remove-docker-images: 'true' # Prune Docker if used (~1-2 GB savings)
+ remove-docker-images: 'false' # Prune Docker if used (~1-2 GB savings)
411
- name: "Output Agent IP" # in the event RAO blocks this agent, this can be used to debug it
412
run: curl -s https://api.ipify.org
413
- name: "📥 Checkout the repository"
0 commit comments