Enable scheduled pruning of old GHCR images

This commit is contained in:
Alanis
2026-03-08 07:56:53 +00:00
committed by GitHub
parent fac57b0fad
commit dab08555c5

View File

@@ -1,8 +1,8 @@
name: Prune Old GHCR Images
on:
#schedule:
# - cron: '0 0 * * 0' # Runs at 00:00 every Sunday
schedule:
- cron: '0 0 * * 0' # Runs at 00:00 every Sunday
workflow_dispatch: # Allows you to run it manually from the Actions tab
jobs: