mirror of https://github.com/grpc/grpc-dart.git
Add weekly cron to GitHub workflow (#407)
Make sure we keep working as we roll new dev releases
This commit is contained in:
parent
5b0e9429b8
commit
e51c5a3d5d
|
@ -6,6 +6,8 @@ on:
|
|||
branches: [master]
|
||||
pull_request:
|
||||
branches: [master]
|
||||
schedule:
|
||||
- cron: "0 0 * * 0"
|
||||
|
||||
jobs:
|
||||
# Check code formating and static analysis on a single OS (linux)
|
||||
|
|
Loading…
Reference in New Issue