From 8168569416ad885e1a18e84a4fd665d65e8c00aa Mon Sep 17 00:00:00 2001 From: Igor Tatarnikov <61896994+IgorTatarnikov@users.noreply.github.com> Date: Fri, 20 Sep 2024 11:12:03 +0100 Subject: [PATCH] schedule weekly tests --- .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 756b7d96..4bb002de 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: