From 502bbb2420df22a9bfcc7ced96f812e87cc82d66 Mon Sep 17 00:00:00 2001 From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Thu, 2 Oct 2025 17:54:47 -0700 Subject: [PATCH] Chore: Transition the trigger to either time or manual run, reducing runs and rate limit issues (#10993) --- .github/workflows/cleanup-tags.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cleanup-tags.yml b/.github/workflows/cleanup-tags.yml index 5a5085775..e0d81bb4a 100644 --- a/.github/workflows/cleanup-tags.yml +++ b/.github/workflows/cleanup-tags.yml @@ -6,10 +6,9 @@ # This workflow will not trigger runs on forked repos. name: Cleanup Image Tags on: - delete: - push: - paths: - - ".github/workflows/cleanup-tags.yml" + workflow_dispatch: + schedule: + - cron: '0 0 * * 0' concurrency: group: registry-tags-cleanup cancel-in-progress: false