diff --git a/.github/workflows/dbt_run_streamline_blocks_tx_counts.yml b/.github/workflows/dbt_run_streamline_blocks_tx_counts.yml index 3697ed2..f566451 100644 --- a/.github/workflows/dbt_run_streamline_blocks_tx_counts.yml +++ b/.github/workflows/dbt_run_streamline_blocks_tx_counts.yml @@ -1,5 +1,5 @@ -name: dbt_run_streamline_blocks -run-name: dbt_run_streamline_blocks +name: dbt_run_streamline_blocks_tx_counts +run-name: dbt_run_streamline_blocks_tx_counts on: workflow_dispatch: diff --git a/data/github_actions__workflows.csv b/data/github_actions__workflows.csv index 26f1c3e..2299f3d 100644 --- a/data/github_actions__workflows.csv +++ b/data/github_actions__workflows.csv @@ -1,6 +1,6 @@ workflow_name,workflow_schedule dbt_run_incremental_core,"25,55 * * * *" -dbt_run_streamline_blocks,"0,30 * * * *" +dbt_run_streamline_blocks_tx_counts,"0,30 * * * *" dbt_run_streamline_transactions,"5,35 * * * *" dbt_run_incremental_noncore,"45 * * * *" dbt_test_tasks,"0,30 * * * *" \ No newline at end of file