Skip to content

Commit 49ddee7

Browse files
authored
[Github Action] Only run max space action on ubuntu (#1447)
## Summary ## How was it tested?
1 parent fee697b commit 49ddee7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cli-tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ jobs:
9999
steps:
100100
- name: Maximize build disk space
101101
uses: easimon/maximize-build-space@v8
102+
if: matrix.os == 'ubuntu-latest'
102103
with:
103104
root-reserve-mb: 40000
104105
temp-reserve-mb: 10000

0 commit comments

Comments
 (0)