Merge pull request #133 from litghost/add_nightly_check
Add nightly cron job to symbiflow-examples.
This commit is contained in:
commit
054c42696a
|
@ -1,6 +1,10 @@
|
|||
name: doc-test
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
Loading…
Reference in New Issue