Skip to content

Commit 3884a77

Browse files
committed
TEMP
1 parent b2027b6 commit 3884a77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172

173173
- name: SpacePost
174174
run: Get-WmiObject -Class Win32_LogicalDisk -ComputerName localhost | ? {$_. DriveType -eq 3} | select DeviceID, {$_.Size /1GB}, {$_.FreeSpace /1GB}
175-
if: runner.os == 'Windows'
175+
if: runner.os == 'Windows' && failure()
176176

177177
- name: Build Package
178178
run: |

0 commit comments

Comments
 (0)