Run schedule every 20 minutes (test)
This commit is contained in:
parent
fde12d47f6
commit
b6e5912075
|
@ -3,7 +3,7 @@ name: Build Base
|
|||
on:
|
||||
push:
|
||||
schedule:
|
||||
- cron: '45 10 * * *'
|
||||
- cron: '*/20 * * * *'
|
||||
|
||||
env:
|
||||
DOCKER_VERSION: 26
|
||||
|
|
Loading…
Reference in New Issue