Skip to content

Commit cb8ce58

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
kubever: [ "v1.30.0", "v1.31.0", "v1.32.0", "v1.33.0" ]
3737
steps:
3838
- name: Free disk space
39-
run: ./scripts/free_disk_space.sh
39+
run: bash ${GITHUB_WORKSPACE}/scripts/free_disk_space.sh
4040
- name: Check out code into the Go module directory
4141
uses: actions/checkout@v4
4242
with:

0 commit comments

Comments
 (0)