move stake accts snapshot to gha workflow file (#826)

* move stake accts snapshot to gha workflow file

* cleanup
This commit is contained in:
tarikceric 2025-04-10 13:41:32 -07:00 committed by GitHub
parent c476a8f9fb
commit dd87a5a4d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -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 * * *"

1 workflow_name workflow_schedule
14 dbt_run_streamline_helius_cnft_metadata */10 * * * *
15 dbt_run_streamline_solscan_blocks 7,27,47 * * * *
16 dbt_test_tasks 0,30 * * * *
17 dbt_run_streamline_stake_accounts_snapshot 22 1 * * *