Run cron at different time
Some checks failed
Build and Push Chill base image / build-and-push (push) Has been cancelled
Some checks failed
Build and Push Chill base image / build-and-push (push) Has been cancelled
This commit is contained in:
parent
daab314354
commit
1958e60469
@ -2,7 +2,7 @@ name: Build and Push Chill base image
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '13 * * * 0' # Runs at 00:00 every Sunday
|
- cron: '25 3 * * 1-5' # At 03:25 on every day-of-week from Monday through Friday.
|
||||||
push:
|
push:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@ name: Build and Push Chill base image
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '05 * * * 0' # Runs at 00:00 every Sunday
|
- cron: '5 3 * * 1-5' # At 03:05 on every day-of-week from Monday through Friday.
|
||||||
push:
|
push:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user