diff --git a/.github/workflows/dbt_run_helius_metadata.yml b/.github/workflows/dbt_run_helius_metadata.yml index d9a7b0bb..ba341a40 100644 --- a/.github/workflows/dbt_run_helius_metadata.yml +++ b/.github/workflows/dbt_run_helius_metadata.yml @@ -5,7 +5,7 @@ on: workflow_dispatch: schedule: # Runs "at minute 0 past hour 3 and 15" (see https://crontab.guru) - - cron: '0 3,15 * * *' + - cron: '12,22,42,52 * * * *' env: DBT_PROFILES_DIR: "${{ secrets.DBT_PROFILES_DIR }}"