1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ci: increase test frequency of periodic (#7952)

This commit is contained in:
yuyi 2021-01-08 16:20:09 +08:00 committed by GitHub
parent 828120a918
commit 5d1d68ffea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@ name: Periodic
on:
schedule:
- cron: '31 1,12 * * *'
- cron: '0 */2 * * *'
jobs:
network-tests-ubuntu: