From c69dd9131fcb4a404d7e30b751f1b0d897b8e2b7 Mon Sep 17 00:00:00 2001 From: Igor Tatarnikov <61896994+IgorTatarnikov@users.noreply.github.com> Date: Fri, 20 Sep 2024 14:38:13 +0100 Subject: [PATCH] Schedule tests to run weekly (#159) --- .github/workflows/test_and_deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index c8d1aa8..fbc6d9a 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -9,6 +9,9 @@ on: pull_request: branches: - main + schedule: + # Runs at 6:10am UTC on Monday + - cron: '10 6 * * 1' workflow_dispatch: jobs: