mirror of
https://github.com/FlipsideCrypto/solana-models.git
synced 2026-02-06 11:27:00 +00:00
move stake accts snapshot to gha workflow file (#826)
* move stake accts snapshot to gha workflow file * cleanup
This commit is contained in:
parent
c476a8f9fb
commit
dd87a5a4d3
@ -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 }}"
|
||||
|
||||
@ -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 * * *"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user