update pull_request step

This commit is contained in:
shah 2025-02-24 20:34:16 -08:00
parent f49b7103b9
commit 840246cbbe

View File

@ -58,5 +58,5 @@ jobs:
secrets: inherit
with:
warehouse: ${{ vars.WAREHOUSE }}
environment: dev
environment: ${{ github.ref == 'refs/heads/main' && 'workflow_prod' || 'workflow_dev' }}
command: dbt test --selector test_udfs --threads 24