From bc199d96acff6851ab6f711638c82b73c1a24fc2 Mon Sep 17 00:00:00 2001 From: yulike Date: Thu, 1 Dec 2022 12:28:05 -0500 Subject: [PATCH] updated --- .github/workflows/dbt_run-adhoc.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dbt_run-adhoc.yml b/.github/workflows/dbt_run-adhoc.yml index 629b73a..9de4298 100644 --- a/.github/workflows/dbt_run-adhoc.yml +++ b/.github/workflows/dbt_run-adhoc.yml @@ -4,7 +4,13 @@ name: dbt run ad hoc job # Controls when the action will run. Workflow runs when manually triggered using the UI # or API. -on: push +on: + workflow_dispatch: + inputs: + dbt_command: + type: string + description: 'dbt commands to run' + required: true # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: