From ae81b30a1442e9cf436ef208a7e4dc3a7ffb4a08 Mon Sep 17 00:00:00 2001 From: Igor Tatarnikov <61896994+IgorTatarnikov@users.noreply.github.com> Date: Wed, 6 Nov 2024 11:26:58 +0000 Subject: [PATCH] Update test_and_deploy.yml --- .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 9937a38..ec44fee 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -8,7 +8,7 @@ on: - '*' schedule: # Runs at 6:10am UTC on Monday - - cron: '0/10 * * * *' + - cron: '0/15 * * * *' pull_request: jobs: