From 4491bad0bd2912193e06c2e5897936cdf1503181 Mon Sep 17 00:00:00 2001 From: steam0r Date: Fri, 25 Oct 2024 16:16:20 +0200 Subject: [PATCH] Update cleanup.yml --- .github/workflows/cleanup.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index 05ca8d7..8555ec9 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -15,6 +15,5 @@ jobs: keep_latest: 6 delete_prerelease_only: true delete_tags: true - delete_tag_pattern: ^nightly-* env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}