only run manually the ghcr cleanup

This commit is contained in:
andreicscs
2026-04-15 11:13:03 +02:00
parent de56aee293
commit 272f0b5075
+1 -3
View File
@@ -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: