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 }}