diff --git a/.github/workflows/cleanup-ghcr.yml b/.github/workflows/cleanup-ghcr.yml index 7692a59..d8eda6c 100644 --- a/.github/workflows/cleanup-ghcr.yml +++ b/.github/workflows/cleanup-ghcr.yml @@ -1,9 +1,7 @@ name: Prune Untagged Docker Images on: - workflow_dispatch: # Allows you to run it manually - schedule: - - cron: '0 0 * * 0' # Runs automatically every Sunday at midnight + workflow_dispatch: # Allows you to trigger this manually from the Actions tab jobs: clean-ghcr: