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 03dd4a0 commit 9278a84Copy full SHA for 9278a84
.github/actions/common/action.yml
@@ -54,7 +54,7 @@ inputs:
54
runs:
55
using: "composite"
56
steps:
57
- - if: ${{ inputs.free-space == 'true' }}
+ - if: ${{ inputs.free-space == 'true' && runner.os != 'Windows'}}
58
# See https://github.com/actions/runner-images/issues/2840
59
name: Free disk space
60
shell: bash
0 commit comments