From 9c3566ef00bbc1bdffcb9bc80d416834499c092b Mon Sep 17 00:00:00 2001 From: jhaarpan <94861110+jhaarpan@users.noreply.github.com> Date: Tue, 28 Jun 2022 16:22:10 -0700 Subject: [PATCH] Changed the schedule back to once a month (#2341) --- .github/workflows/update-prerun-script.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/update-prerun-script.yml b/.github/workflows/update-prerun-script.yml index ac8278b880..3e90139f72 100644 --- a/.github/workflows/update-prerun-script.yml +++ b/.github/workflows/update-prerun-script.yml @@ -2,8 +2,7 @@ name: Update pre build script on Saucelabs on: schedule: - - cron: '*/10 * * * *' -# - cron: '0 0 1 */1 *' + - cron: '0 0 1 */1 *' env: SAUCE_USERNAME: ${{secrets.SAUCE_USERNAME}}