diff --git a/.github/workflows/dbt_run_streamline_stake_accounts_snapshot.yml b/.github/workflows/dbt_run_streamline_stake_accounts_snapshot.yml index 4ce205ec..52c04514 100644 --- a/.github/workflows/dbt_run_streamline_stake_accounts_snapshot.yml +++ b/.github/workflows/dbt_run_streamline_stake_accounts_snapshot.yml @@ -3,9 +3,8 @@ run-name: dbt_run_streamline_stake_accounts_snapshot on: workflow_dispatch: - schedule: - # Runs 01:22 daily (see https://crontab.guru) - - cron: '22 1 * * *' + branches: + - "main" env: DBT_PROFILES_DIR: "${{ vars.DBT_PROFILES_DIR }}" diff --git a/data/github_actions__workflows.csv b/data/github_actions__workflows.csv index 89d1549f..534f4120 100644 --- a/data/github_actions__workflows.csv +++ b/data/github_actions__workflows.csv @@ -14,3 +14,4 @@ dbt_run_stage_block_txs,"*/6 * * * *" dbt_run_streamline_helius_cnft_metadata,"*/10 * * * *" dbt_run_streamline_solscan_blocks,"7,27,47 * * * *" dbt_test_tasks,"0,30 * * * *" +dbt_run_streamline_stake_accounts_snapshot,"22 1 * * *"