From 6b004537ff9f10e136c8645337a97479114bed68 Mon Sep 17 00:00:00 2001 From: Igor Tatarnikov <61896994+IgorTatarnikov@users.noreply.github.com> Date: Fri, 20 Sep 2024 11:14:23 +0100 Subject: [PATCH] Schedule weekly tests Schedule tests to run weekly to make sure there are no installation issues, and to keep the cache fresh. --- .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 61a5672..21259cb 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -6,6 +6,9 @@ on: - '*' tags: - '*' + schedule: + # Runs at 6:10am UTC on Monday + - cron: '10 6 * * 1' pull_request: jobs: