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