Run schedule every 20 minutes (test)

This commit is contained in:
Matthieu Gautier 2020-02-05 11:53:46 +01:00
parent fde12d47f6
commit b6e5912075
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ name: Build Base
on: on:
push: push:
schedule: schedule:
- cron: '45 10 * * *' - cron: '*/20 * * * *'
env: env:
DOCKER_VERSION: 26 DOCKER_VERSION: 26