This commit is contained in:
Austin 2025-09-15 11:03:21 -04:00 committed by GitHub
parent 60b600b4fa
commit b3991b378e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,7 +43,7 @@ jobs:
- name: Run DBT Jobs
run: |
dbt run --vars '{"STREAMLINE_INVOKE_STREAMS":True}' -s 2+tag:streamline_evm_testnet_realtime
dbt run --vars '{"STREAMLINE_INVOKE_STREAMS":True}' -s 2+tag:streamline_realtime_evm_testnet tag:streamline_complete_evm_testnet
notify-failure:
needs: [run_dbt_jobs]