Merge pull request #133 from litghost/add_nightly_check

Add nightly cron job to symbiflow-examples.
This commit is contained in:
litghost 2021-03-25 17:04:12 -07:00 committed by GitHub
commit 054c42696a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
name: doc-test
on: [push, pull_request]
on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"
jobs:
test: