mirror of
https://github.com/FlipsideCrypto/livequery-base.git
synced 2026-02-06 11:16:44 +00:00
remove matrix (#17)
This commit is contained in:
parent
ef7562dc32
commit
90c5f38635
5
.github/workflows/dbt_run_adhoc.yml
vendored
5
.github/workflows/dbt_run_adhoc.yml
vendored
@ -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 }}
|
||||
${{ inputs.dbt_command }}
|
||||
Loading…
Reference in New Issue
Block a user