diff --git a/.github/actions/free_disk_space/action.yml b/.github/actions/free_disk_space/action.yml deleted file mode 100644 index bc26886..0000000 --- a/.github/actions/free_disk_space/action.yml +++ /dev/null @@ -1,33 +0,0 @@ -# ******************************************************************************* -# Copyright (c) 2026 Contributors to the Eclipse Foundation -# -# See the NOTICE file(s) distributed with this work for additional -# information regarding copyright ownership. -# -# This program and the accompanying materials are made available under the -# terms of the Apache License Version 2.0 which is available at -# https://www.apache.org/licenses/LICENSE-2.0 -# -# SPDX-License-Identifier: Apache-2.0 -# ******************************************************************************* - -name: "Free Disk Space" -description: "Configures and calls endersonmenezes/free-disk-space to free disk space" - -branding: - icon: command - color: gray-dark - -runs: - using: composite - steps: - - name: Free Disk Space (Ubuntu) - uses: endersonmenezes/free-disk-space@v3 - with: - remove_android: true - remove_dotnet: true - remove_haskell: true - remove_tool_cache: true - remove_swap: true - remove_folders: "/usr/share/swift /usr/share/miniconda /usr/share/az* /usr/local/share/chromium /usr/local/share/powershell /usr/local/julia /usr/local/aws-cli /usr/local/aws-sam-cli /usr/share/gradle" - rm_cmd: "rmz"