Skip to content

Commit 0c5533b

Browse files
committed
ci(workflows): remove disk space maximization step
Eliminate unnecessary free-disk-space action from kmp-test workflow.
1 parent 339149c commit 0c5533b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/kmp-test.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,6 @@ jobs:
9999
runs-on: macos-latest
100100
needs: test-mpp-core # Ensure mpp-core builds successfully first
101101
steps:
102-
# Free GitHub Actions Environment Disk Space
103-
- name: Maximize Build Space
104-
uses: jlumbroso/free-disk-space@main
105-
with:
106-
tool-cache: false
107-
large-packages: false
108-
109102
# Check out the current repository
110103
- name: Checkout code
111104
uses: actions/checkout@v4

0 commit comments

Comments
 (0)