diff --git a/.github/workflows/dbt_run-adhoc.yml b/.github/workflows/dbt_run-adhoc.yml index 3613a6c..629b73a 100644 --- a/.github/workflows/dbt_run-adhoc.yml +++ b/.github/workflows/dbt_run-adhoc.yml @@ -4,37 +4,7 @@ name: dbt run ad hoc job # Controls when the action will run. Workflow runs when manually triggered using the UI # or API. -on: - workflow_dispatch: - # Inputs the workflow accepts. - inputs: - name: - description: 'blockchain' - default: 'axelar' - required: true - type: choice - options: - - axelar - - ethereum - - polygon - - flow - - algorand - - near - inputs: - name: - description: 'environment' - default: 'dev' - required: true - type: choice - options: - - dev - - prod - inputs: - name: - description: 'command' - default: '' - required: true - +on: push # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: