Skip to content

Commit e19caf0

Browse files
hfmehmedKSP Auto Pick
authored andcommitted
Simplify disk space cleanup step condition
Remove conditional check for Ubuntu in disk space cleanup step. (cherry picked from commit 02c7f74)
1 parent 570a03b commit e19caf0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/auto-merge.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919

2020
steps:
2121
- name: Free Disk Space (Ubuntu)
22-
if: matrix.os == 'ubuntu-latest'
2322
run: |
2423
echo "Disk space before cleanup:"
2524
df -h

0 commit comments

Comments
 (0)