mirror of
https://github.com/kopia/kopia.git
synced 2026-03-18 14:16:24 -04:00
ci: changed cron schedule to run once a week, instead of twice daily
This commit is contained in:
3
.github/workflows/make.yml
vendored
3
.github/workflows/make.yml
vendored
@@ -8,7 +8,8 @@ on:
|
||||
tags:
|
||||
- v*
|
||||
schedule:
|
||||
- cron: '0 8,15 * * *'
|
||||
# run on Mondays at 8AM
|
||||
- cron: '0 8 * * 1'
|
||||
jobs:
|
||||
build:
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user