ci: run build every 4 hours to get more test samples (temporary)

This commit is contained in:
Jarek Kowalski
2021-03-16 08:45:58 -07:00
parent 52e8fb8957
commit e4bb295a1c

View File

@@ -9,7 +9,9 @@ on:
- v*
schedule:
# run on Mondays at 8AM
- cron: '0 8 * * 1'
#- cron: '0 8 * * 1'
# temporarily run every 4 hours to get more test samples
- cron: '0 */4 * * *'
jobs:
build:
env: