From c32444dde66c3e62b730b427c64af4a9698c4282 Mon Sep 17 00:00:00 2001 From: chenk Date: Sun, 4 Feb 2024 09:27:37 +0200 Subject: [PATCH] chore: remove cleanup action Signed-off-by: chenk --- .github/workflows/release.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ee9aa8e1f..69e70170e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -14,17 +14,6 @@ env: KIND_VERSION: "v0.11.1" KIND_IMAGE: "kindest/node:v1.21.1@sha256:69860bda5563ac81e3c0057d654b5253219618a22ec3a346306239bba8cfa1a6" jobs: - remove-old-artifacts: - runs-on: ubuntu-latest - timeout-minutes: 10 - steps: - - name: Remove old artifacts - uses: c-hive/gha-remove-artifacts@v1 - with: - age: '1 month' # ' ', e.g. 5 days, 2 years, 90 seconds, parsed by Moment.js - # Optional inputs - # skip-tags: true - # skip-recent: 5 unit-tests: name: Run unit tests runs-on: ubuntu-20.04