mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-26 01:38:57 +00:00
fix cron
This commit is contained in:
parent
8833f44e98
commit
8c398d66b7
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user