mirror of
https://github.com/kopia/kopia.git
synced 2026-05-19 12:14:45 -04:00
ci: run build every 4 hours to get more test samples (temporary)
This commit is contained in:
4
.github/workflows/make.yml
vendored
4
.github/workflows/make.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user