From b23bf2eef9a00673d22b01273a00383ccd235ee4 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Fri, 23 Aug 2024 20:14:35 -0300 Subject: [PATCH] Update autoscale.yml --- .github/workflows/autoscale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autoscale.yml b/.github/workflows/autoscale.yml index 189a1755..694c8cac 100644 --- a/.github/workflows/autoscale.yml +++ b/.github/workflows/autoscale.yml @@ -1,7 +1,7 @@ name: Simple Autoscaler on: schedule: - - cron: '*/1 * * * *' + - cron: '* * * * *' env: BULL_AUTH_KEY: ${{ secrets.BULL_AUTH_KEY }}