From 4ae41d36c21784600fbfd70cd3f0d2a22aaec96a Mon Sep 17 00:00:00 2001 From: Igor Tatarnikov <61896994+IgorTatarnikov@users.noreply.github.com> Date: Fri, 20 Sep 2024 14:42:28 +0100 Subject: [PATCH] Schedule tests to run weekly (#79) --- .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 821a37f..453ea4a 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -7,6 +7,9 @@ on: tags: - '*' pull_request: + schedule: + # Runs at 6:10am UTC on Monday + - cron: '10 6 * * 1' jobs: linting: