This commit is contained in:
drethereum 2025-04-23 14:12:31 -06:00
parent b5f99141a7
commit b61ed670cb

View File

@ -73,7 +73,7 @@ jobs:
- name: Run DBT Jobs
run: |
dbt run-operation alter_gha_tasks --args '{"task_names": "TRIGGER_${{ env.WORKFLOW_NAME_UPPER }}", "task_action": "${{ inputs.task_action }}"}'
dbt run-operation fsc_evm.alter_gha_tasks --args '{"task_names": "TRIGGER_${{ env.WORKFLOW_NAME_UPPER }}", "task_action": "${{ inputs.task_action }}"}'
notify-failure:
needs: [run_dbt_jobs]