diff --git a/.github/workflows/smoke-test.yml b/.github/workflows/smoke-test.yml index e0324e8..4b317d4 100644 --- a/.github/workflows/smoke-test.yml +++ b/.github/workflows/smoke-test.yml @@ -1,9 +1,9 @@ name: Smoke Test on: - # Run once a week at 6AM CST + # Run once a month on the first of the month schedule: - - cron: '0 12 1/7 * *' + - cron: '0 0 1 * *' pull_request: branches: - main