From 1a13d5805178d704fec412c92d1fd8245e68a027 Mon Sep 17 00:00:00 2001 From: Igor Tatarnikov <61896994+IgorTatarnikov@users.noreply.github.com> Date: Fri, 20 Sep 2024 11:08:46 +0100 Subject: [PATCH 1/2] 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 5d9e017a..afe34464 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 6am UTC every day + - cron: '10 6 * * 1' workflow_dispatch: concurrency: From 8af14cb5d11f286839fab90257308f64c857a19e Mon Sep 17 00:00:00 2001 From: Igor Tatarnikov <61896994+IgorTatarnikov@users.noreply.github.com> Date: Fri, 20 Sep 2024 11:09:43 +0100 Subject: [PATCH 2/2] Update comment --- .github/workflows/test_and_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index afe34464..692f5463 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -8,7 +8,7 @@ on: - 'v**' pull_request: schedule: - # Runs at 6am UTC every day + # Runs at 6:10am UTC on Monday - cron: '10 6 * * 1' workflow_dispatch: