ci: schedule only weekly builds

This commit is contained in:
cn 2019-12-21 10:06:51 +01:00
parent 21c4eaa614
commit dd0bff77ca
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ name: ci
on:
push:
schedule:
- cron: '0 4 * * *'
- cron: '7 4 * * 4' # weekly on thursday morning
jobs:
build: