From 96522b06a2b4571fb6cfccc9bec48739f7fd5246 Mon Sep 17 00:00:00 2001 From: delucchi-cmu Date: Fri, 8 Sep 2023 14:51:08 -0400 Subject: [PATCH] Run CI nightly. --- .github/workflows/ci.yml | 4 ++++ python-project-template/.github/workflows/smoke-test.yml | 2 ++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b5f15562..3a9442bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,10 @@ on: branches: [ main ] pull_request: branches: [ main ] + schedule: + - cron: 45 6 * * * + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: jobs: tests: diff --git a/python-project-template/.github/workflows/smoke-test.yml b/python-project-template/.github/workflows/smoke-test.yml index 928fdcaf..df093f48 100644 --- a/python-project-template/.github/workflows/smoke-test.yml +++ b/python-project-template/.github/workflows/smoke-test.yml @@ -8,6 +8,8 @@ name: Unit test smoke test on: schedule: - cron: 45 6 * * * + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: jobs: build: