Skip to content

Commit 097db69

Browse files
committed
Add script to remove additional tooling that is not needed
1 parent cb8ce58 commit 097db69

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ jobs:
3535
# See https://kubernetes.io/releases for the current releases
3636
kubever: [ "v1.30.0", "v1.31.0", "v1.32.0", "v1.33.0" ]
3737
steps:
38-
- name: Free disk space
39-
run: bash ${GITHUB_WORKSPACE}/scripts/free_disk_space.sh
4038
- name: Check out code into the Go module directory
4139
uses: actions/checkout@v4
4240
with:
@@ -47,6 +45,10 @@ jobs:
4745
go-version: 1.24.9
4846
- name: Fetch all tags
4947
run: git fetch --force --tags
48+
- name: Disk
49+
run: ls -lah
50+
- name: Free disk space
51+
run: bash ${GITHUB_WORKSPACE}/scripts/free_disk_space.sh
5052
- name: Get dependencies
5153
env:
5254
KIND_VER: "v0.29.0"

0 commit comments

Comments
 (0)