From 90c5f38635c4a13e08f3a3d507e7c20b7134432a Mon Sep 17 00:00:00 2001 From: Austin <93135983+austinFlipside@users.noreply.github.com> Date: Wed, 24 May 2023 19:23:37 -0400 Subject: [PATCH] remove matrix (#17) --- .github/workflows/dbt_run_adhoc.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/dbt_run_adhoc.yml b/.github/workflows/dbt_run_adhoc.yml index b116e3e..b6a0e0b 100644 --- a/.github/workflows/dbt_run_adhoc.yml +++ b/.github/workflows/dbt_run_adhoc.yml @@ -48,9 +48,6 @@ jobs: runs-on: ubuntu-latest environment: name: workflow_${{ inputs.environment }} - strategy: - matrix: - command: ${{fromJson(inputs.dbt_command)}} steps: - uses: actions/checkout@v3 @@ -65,4 +62,4 @@ jobs: dbt deps - name: Run DBT Jobs run: | - ${{ matrix.command }} \ No newline at end of file + ${{ inputs.dbt_command }} \ No newline at end of file