remove transactions backfill from github workflow

This commit is contained in:
desmond-hui 2024-08-06 12:43:35 -07:00
parent 7f333a5634
commit 401c31ab26

View File

@ -5,5 +5,4 @@ dbt_test_tasks,"0,30 * * * *"
dbt_run_decode_instructions_orchestrator,"*/5 * * * *"
dbt_run_nft_compressed_mints_realtime,"*/15 * * * *"
dbt_run_nft_compressed_mints_sales_realtime,"55 * * * *"
dbt_run_decode_logs_orchestrator,"*/15 * * * *"
dbt_run_transactions_backfill,"2,7,12,17,22,27,32,37,42,47,52,57 * * * *"
dbt_run_decode_logs_orchestrator,"*/15 * * * *"
1 workflow_name workflow_schedule
5 dbt_run_decode_instructions_orchestrator */5 * * * *
6 dbt_run_nft_compressed_mints_realtime */15 * * * *
7 dbt_run_nft_compressed_mints_sales_realtime 55 * * * *
8 dbt_run_decode_logs_orchestrator */15 * * * *
dbt_run_transactions_backfill 2,7,12,17,22,27,32,37,42,47,52,57 * * * *