From 601194a66828637c4c5d690faeb05a46b37f4f06 Mon Sep 17 00:00:00 2001 From: Igor Tatarnikov <61896994+IgorTatarnikov@users.noreply.github.com> Date: Fri, 20 Sep 2024 11:25:30 +0100 Subject: [PATCH] Schedule tests to run weekly --- .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 7ecd8a9..66e4a66 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -9,6 +9,9 @@ on: - 'v**' # Run on all pull-requests pull_request: + schedule: + # Runs at 6:10am UTC on Monday + - cron: '10 6 * * 1' # Allow workflow dispatch from GitHub workflow_dispatch: