Skip to content

Commit ac397c3

Browse files
authored
Skip free-disk step on self-hosted runners (#517)
1 parent bcca759 commit ac397c3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/actions/free-disk/action.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ runs:
55
using: "composite"
66
steps:
77
- name: Remove .NET, Android SDK, Haskell
8+
if: runner.environment == 'github-hosted'
89
shell: bash
910
run: sudo rm -rf /usr/share/dotnet/ /usr/local/lib/android /opt/ghc /usr/local/.ghcup

0 commit comments

Comments
 (0)