From b275a9f8b0a36e5c800a018fb7026136ecb8d3c4 Mon Sep 17 00:00:00 2001 From: Keith Rothman <537074+litghost@users.noreply.github.com> Date: Thu, 25 Mar 2021 15:09:20 -0700 Subject: [PATCH] Add nightly cron job to symbiflow-examples. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> --- .github/workflows/sphinx-tuttest.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sphinx-tuttest.yml b/.github/workflows/sphinx-tuttest.yml index d338485..9fc2ac8 100644 --- a/.github/workflows/sphinx-tuttest.yml +++ b/.github/workflows/sphinx-tuttest.yml @@ -1,6 +1,10 @@ name: doc-test -on: [push, pull_request] +on: + push: + pull_request: + schedule: + - cron: "0 0 * * *" jobs: test: