activate minting entries gha (#384)

This commit is contained in:
Jack Forgash 2024-11-21 15:06:18 -07:00 committed by GitHub
parent 31b6d1e4c4
commit 116ce2028d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,9 +3,9 @@ run-name: dbt_run_scheduled_transaction_entries_realtime
on:
workflow_dispatch:
# schedule:
schedule:
# Daily at 00:00 UTC
# - cron: "0 0 * * *"
- cron: "0 0 * * *"
env:
USE_VARS: "${{ vars.USE_VARS }}"
@ -42,7 +42,6 @@ jobs:
- name: Run DBT Jobs
run: >
dbt run -s streamline__transaction_entries_realtime --vars '{"STREAMLINE_INVOKE_STREAMS": True}'
dbt run -s streamline__minting_assets_realtime --vars '{"STREAMLINE_INVOKE_STREAMS": True}'
- name: Store logs