Skip to content

Commit

Permalink
ci: Decrease root-reserve-mb to fit the new runner storage (#238) (#241)
Browse files Browse the repository at this point in the history
ci: Decrease root-reserve-mb to fit the new runner storage
addresses canonical/bundle-kubeflow#813

Co-authored-by: Noha Ihab <[email protected]>
  • Loading branch information
DnPlas and NohaIhab authored Feb 14, 2024
1 parent 372545d commit c9fdaf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Maximise GH runner space
uses: easimon/maximize-build-space@v8
with:
root-reserve-mb: 40960
root-reserve-mb: 29696
remove-dotnet: 'true'
remove-haskell: 'true'
remove-android: 'true'
Expand Down

0 comments on commit c9fdaf7

Please sign in to comment.