From 1f3193529d52abc62ea147a4d951be84d52a7540 Mon Sep 17 00:00:00 2001 From: Helio Chissini de Castro Date: Thu, 31 Oct 2024 07:25:56 +0100 Subject: [PATCH] chore: Remove unmaintained and disabled workflow Signed-off-by: Helio Chissini de Castro --- .../workflows/clean_up_package_registry.yml | 29 ------------------- 1 file changed, 29 deletions(-) delete mode 100644 .github/workflows/clean_up_package_registry.yml diff --git a/.github/workflows/clean_up_package_registry.yml b/.github/workflows/clean_up_package_registry.yml deleted file mode 100644 index 1fd3680cfb..0000000000 --- a/.github/workflows/clean_up_package_registry.yml +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright Helio Chissini de Castro, 2023 -# -# This program and the accompanying materials are made -# available under the terms of the Eclipse Public License 2.0 -# which is available at https://www.eclipse.org/legal/epl-2.0/ -# -# SPDX-License-Identifier: EPL-2.0 - -name: Clean up packages in Github package registry - -on: - workflow_dispatch: - # Runs always Sunday Midnight - schedule: - - cron: "0 0 * * 0" - -jobs: - clean_all: - name: Cleaning older packages - runs-on: ubuntu-22.04 - steps: - - name: Checkout default branch - uses: actions/checkout@v4 - - name: Clean up package registry - uses: ./.github/actions/clean_up_package_registry - with: - token: ${{ secrets.GITHUB_TOKEN }} - packages: |- - sw360