Chore: Transition the trigger to either time or manual run, reducing runs and rate limit issues (#10993)

This commit is contained in:
Trenton H
2025-10-02 17:54:47 -07:00
committed by GitHub
parent 27574009e1
commit 502bbb2420

View File

@@ -6,10 +6,9 @@
# This workflow will not trigger runs on forked repos. # This workflow will not trigger runs on forked repos.
name: Cleanup Image Tags name: Cleanup Image Tags
on: on:
delete: workflow_dispatch:
push: schedule:
paths: - cron: '0 0 * * 0'
- ".github/workflows/cleanup-tags.yml"
concurrency: concurrency:
group: registry-tags-cleanup group: registry-tags-cleanup
cancel-in-progress: false cancel-in-progress: false