From 0d5ace340148a4e41fe30e315896e96ef363067f Mon Sep 17 00:00:00 2001 From: Dirk Brink Date: Tue, 15 Oct 2024 09:54:05 -0700 Subject: [PATCH] Reduce token update cadence to monthly --- .github/workflows/governor-token-list.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/governor-token-list.yml b/.github/workflows/governor-token-list.yml index bc73c528eb..c5a49b7e5d 100644 --- a/.github/workflows/governor-token-list.yml +++ b/.github/workflows/governor-token-list.yml @@ -2,7 +2,7 @@ name: Governor Token List Update on: workflow_dispatch: schedule: - - cron: '0 0 1,15 * *' # Run at 00:00 on the 1st and 15th of every month + - cron: '0 0 1 * *' # Run at 00:00 on the 1st and 15th of every month permissions: contents: write