Skip to content

Commit 423a817

Browse files
authored
Merge pull request #6979 from RainbowMango/automated-cherry-pick-of-#6935-upstream-release-1.13
Automated cherry pick of #6935: enhance chart ci
2 parents 8661300 + 7ddbab3 commit 423a817

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/installation-chart.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,20 @@ jobs:
2828
# Please remember to update the CI Schedule Workflow when we add a new version.
2929
k8s: [ v1.29.0, v1.30.0, v1.31.0 ]
3030
steps:
31+
# Free up disk space on Ubuntu
32+
- name: Free Disk Space (Ubuntu)
33+
uses: jlumbroso/free-disk-space@main
34+
with:
35+
# this might remove tools that are actually needed, if set to "true" but frees about 6 GB
36+
tool-cache: false
37+
# all of these default to true, but feel free to set to "false" if necessary for your workflow
38+
android: true
39+
dotnet: true
40+
haskell: true
41+
large-packages: false
42+
docker-images: false
43+
swap-storage: false
44+
3145
- name: Checkout
3246
uses: actions/checkout@v4
3347
with:

0 commit comments

Comments
 (0)