From b48722c105a65b8307d180f66376a98a2c6d6f94 Mon Sep 17 00:00:00 2001 From: Jon Ursenbach Date: Sun, 19 May 2024 18:55:52 -0700 Subject: [PATCH] chore: changing the smoketest ci job to run less frequently --- .github/workflows/smoketest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/smoketest.yml b/.github/workflows/smoketest.yml index 2742a30a..23fb475f 100644 --- a/.github/workflows/smoketest.yml +++ b/.github/workflows/smoketest.yml @@ -2,7 +2,7 @@ name: smoketest on: schedule: - - cron: '30 0 * * 1' # every monday at 12:30am UTC + - cron: '0 0 1 * *' # 1am UTC the first of every month jobs: test: