mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-03-01 01:20:45 +00:00
fix cron
This commit is contained in:
parent
2c287ffc45
commit
8129c05afd
@ -1,9 +1,9 @@
|
|||||||
name: Delete old container images
|
name: Delete old container images
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch: # allow running on demand
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 0 1 * *" # every day at midnight
|
- cron: "0 2 * * *" # every day at 2:00am UTC
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
clean-ghcr:
|
clean-ghcr:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user