From 511c8798b9020000776428aa2945a0a6a133888f Mon Sep 17 00:00:00 2001 From: Matthew Russell Date: Fri, 17 Jun 2022 15:47:41 -0700 Subject: [PATCH] chore: make tranches update 4 times a day --- .github/workflows/process-tranches.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/process-tranches.yml b/.github/workflows/process-tranches.yml index c7708c6dc..56e1d71eb 100644 --- a/.github/workflows/process-tranches.yml +++ b/.github/workflows/process-tranches.yml @@ -2,7 +2,7 @@ name: Generate tranches on: schedule: - - cron: '*/30 * * * *' + - cron: '0 */6 * * *' jobs: master: