From 3e2e7674bc4624ccc07fd2b47fa62f0c62cdc6c4 Mon Sep 17 00:00:00 2001 From: drethereum Date: Wed, 12 Mar 2025 14:24:53 -0600 Subject: [PATCH] workflow dispatch --- .github/workflows/dbt_integration_test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/dbt_integration_test.yml b/.github/workflows/dbt_integration_test.yml index 1ee62cd..13dc223 100644 --- a/.github/workflows/dbt_integration_test.yml +++ b/.github/workflows/dbt_integration_test.yml @@ -3,6 +3,10 @@ run-name: ${{ github.event.inputs.branch }} on: workflow_dispatch: + inputs: + environment: + required: true + type: string concurrency: ${{ github.workflow }}