From 401c31ab267f643f2904d23af4ab94b628295767 Mon Sep 17 00:00:00 2001 From: desmond-hui Date: Tue, 6 Aug 2024 12:43:35 -0700 Subject: [PATCH] remove transactions backfill from github workflow --- data/github_actions__workflows.csv | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/data/github_actions__workflows.csv b/data/github_actions__workflows.csv index 892d4c03..6c35abf7 100644 --- a/data/github_actions__workflows.csv +++ b/data/github_actions__workflows.csv @@ -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 * * * *" \ No newline at end of file +dbt_run_decode_logs_orchestrator,"*/15 * * * *" \ No newline at end of file