We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2027b6 commit 3884a77Copy full SHA for 3884a77
.github/workflows/main.yml
@@ -172,7 +172,7 @@ jobs:
172
173
- name: SpacePost
174
run: Get-WmiObject -Class Win32_LogicalDisk -ComputerName localhost | ? {$_. DriveType -eq 3} | select DeviceID, {$_.Size /1GB}, {$_.FreeSpace /1GB}
175
- if: runner.os == 'Windows'
+ if: runner.os == 'Windows' && failure()
176
177
- name: Build Package
178
run: |
0 commit comments