ci: changed cron schedule to run once a week, instead of twice daily

This commit is contained in:
Jarek Kowalski
2021-01-24 09:02:15 -08:00
parent 45912e272e
commit 38fc17bae8

View File

@@ -8,7 +8,8 @@ on:
tags:
- v*
schedule:
- cron: '0 8,15 * * *'
# run on Mondays at 8AM
- cron: '0 8 * * 1'
jobs:
build:
env: