From e798ee39e43f64c8fbf86e92a9752f96639d6165 Mon Sep 17 00:00:00 2001 From: Igor Tatarnikov <61896994+IgorTatarnikov@users.noreply.github.com> Date: Fri, 20 Sep 2024 11:10:57 +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 259627c..efca53c 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -7,6 +7,9 @@ on: tags: - 'v*' pull_request: + schedule: + # Runs at 6:10am UTC on Monday + - cron: '10 6 * * 1' workflow_dispatch: jobs: