Skip to content

Commit 90d6734

Browse files
committed
Add script to remove additional tooling that is not needed
1 parent de3ee7b commit 90d6734

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
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: bash ./.github/scripts/free_disk_space.sh
39+
run: bash ./scripts/free_disk_space.sh
4040
- name: Check out code into the Go module directory
4141
uses: actions/checkout@v4
4242
with:

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Fetch all tags
4242
run: git fetch --force --tags
4343
- name: Free disk space
44-
run: bash ./.github/scripts/free_disk_space.sh
44+
run: bash ./scripts/free_disk_space.sh
4545
- name: Set up Go
4646
uses: actions/setup-go@v4
4747
with:
File renamed without changes.

0 commit comments

Comments
 (0)