Schedule a run every two hours

We now skip it if there is already one running
This commit is contained in:
Christoph Reiter 2020-10-23 09:58:05 +02:00
parent d9be2c79fb
commit ba2839f601

View File

@ -5,7 +5,7 @@ on:
repository_dispatch:
types: [manual-build]
schedule:
- cron: '0 0/4 * * *'
- cron: '0 0/2 * * *'
env:
CI: true