Skip to content

Commit

Permalink
[Github Action] Only run max space action on ubuntu (#1447)
Browse files Browse the repository at this point in the history
## Summary

## How was it tested?
  • Loading branch information
savil authored Sep 1, 2023
1 parent fee697b commit 49ddee7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cli-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ jobs:
steps:
- name: Maximize build disk space
uses: easimon/maximize-build-space@v8
if: matrix.os == 'ubuntu-latest'
with:
root-reserve-mb: 40000
temp-reserve-mb: 10000
Expand Down

0 comments on commit 49ddee7

Please sign in to comment.