mirror of
https://github.com/FlipsideCrypto/livequery-base.git
synced 2026-02-06 11:16:44 +00:00
add env specific workflow env
This commit is contained in:
parent
5e48c2319d
commit
ec76ec8765
2
.github/workflows/dbt_udf_test.yml
vendored
2
.github/workflows/dbt_udf_test.yml
vendored
@ -40,7 +40,7 @@ jobs:
|
||||
secrets: inherit
|
||||
with:
|
||||
warehouse: ${{ vars.WAREHOUSE }}
|
||||
environment: prod
|
||||
environment: ${{ github.ref == 'refs/heads/main' && 'workflow_prod' || 'workflow_dev' }}
|
||||
command: dbt test --selector test_udfs --threads 24
|
||||
|
||||
dispatched:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user