This commit is contained in:
burnettk 2023-09-26 20:12:27 -04:00
parent 8833f44e98
commit 8c398d66b7
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
name: Delete old container images
on:
workflow_dispatch:
workflow_dispatch: # allow running on demand
schedule:
- cron: "0 0 1 * *" # every day at midnight
- cron: "0 2 * * *" # every day at 2:00am UTC
jobs:
clean-ghcr: