From 99691bc190a57d6f1af518a0d128af8a93fdd6dd Mon Sep 17 00:00:00 2001 From: Sch1nken Date: Sat, 14 Jun 2025 20:20:16 +0200 Subject: [PATCH] test without purge --- .forgejo/workflows/build.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index ad24e77..bf688a2 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -18,14 +18,6 @@ env: PROJECT_PATH: . jobs: - delete-artifacts: - runs-on: docker - steps: - - uses: https://github.com/kolpav/purge-artifacts-action@v1 - with: - token: ${{ secrets.PAT }} - expire-in: 0days # Set this to 0 to delete all artifacts - get-version: name: Get Version runs-on: docker