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.
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