Add nightly cron job to symbiflow-examples.

Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
Keith Rothman 2021-03-25 15:09:20 -07:00
parent c9923859ce
commit b275a9f8b0
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: