From 6b0673a187e9eb665fbd5bc3fd69d5f6d7576021 Mon Sep 17 00:00:00 2001 From: Joey Parrish Date: Tue, 6 Sep 2022 20:08:26 -0700 Subject: [PATCH] HACK: change schedule --- .github/workflows/selenium-lab-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/selenium-lab-tests.yaml b/.github/workflows/selenium-lab-tests.yaml index db8d157f53b..4ee000735e1 100644 --- a/.github/workflows/selenium-lab-tests.yaml +++ b/.github/workflows/selenium-lab-tests.yaml @@ -10,7 +10,7 @@ on: required: false schedule: # Runs every night at 2am PST / 10am UTC, testing against the main branch. - - cron: '0 10 * * *' + - cron: '*/10 * * * *' # Only one run of this workflow is allowed at a time, since it uses physical # resources in our lab.