run tests daily (#96)

This commit is contained in:
Farhad Safarov 2020-10-15 12:06:13 +03:00 committed by GitHub
parent fc1bcd6ce9
commit 720e554ff8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,3 @@
# https://help.github.com/en/categories/automating-your-workflow-with-github-actions
name: "Integrate"
on:
@ -7,6 +5,8 @@ on:
push:
branches:
- master
schedule:
- cron: "0 10 * * *"
jobs:
static-code-analysis: