From 26662594afb739a1b15988d7f62d7aefd7ed949e Mon Sep 17 00:00:00 2001 From: Kevin Tian Date: Fri, 1 Mar 2024 11:00:00 -0500 Subject: [PATCH] Run q-ctrl tests nightly (#1452) --- .github/workflows/q-ctrl-tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/q-ctrl-tests.yml b/.github/workflows/q-ctrl-tests.yml index db047a947..c138e9289 100644 --- a/.github/workflows/q-ctrl-tests.yml +++ b/.github/workflows/q-ctrl-tests.yml @@ -12,6 +12,8 @@ name: Q-CTRL Tests on: + schedule: + - cron: '0 1 * * *' push: tags: - "*"