From 44e2a694982343a47f189f1d82b589aaf235e11b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 28 May 2026 15:19:59 +0000 Subject: [PATCH] Remove free_disk_space action (relocated to eclipse-score/cicd-actions) --- .github/actions/free_disk_space/action.yml | 33 ---------------------- 1 file changed, 33 deletions(-) delete mode 100644 .github/actions/free_disk_space/action.yml 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"