mirror of
https://github.com/FlipsideCrypto/thorchain-models.git
synced 2026-02-06 10:46:47 +00:00
add
This commit is contained in:
parent
c48f178b45
commit
e76e0a02d0
4
.github/dbt_run_deployment.yml
vendored
4
.github/dbt_run_deployment.yml
vendored
@ -33,6 +33,10 @@ env:
|
||||
WAREHOUSE: "${{ inputs.WAREHOUSE }}"
|
||||
SCHEMA: "${{ vars.SCHEMA }}"
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}
|
||||
cancel-in-progress: true
|
||||
|
||||
|
||||
|
||||
jobs:
|
||||
|
||||
4
.github/workflows/dbt_alter_gha_task.yml
vendored
4
.github/workflows/dbt_alter_gha_task.yml
vendored
@ -31,6 +31,10 @@ env:
|
||||
WAREHOUSE: "${{ vars.WAREHOUSE }}"
|
||||
SCHEMA: "${{ vars.SCHEMA }}"
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}
|
||||
cancel-in-progress: true
|
||||
|
||||
|
||||
|
||||
jobs:
|
||||
|
||||
4
.github/workflows/dbt_docs_update.yml
vendored
4
.github/workflows/dbt_docs_update.yml
vendored
@ -18,6 +18,10 @@ env:
|
||||
WAREHOUSE: "${{ vars.WAREHOUSE }}"
|
||||
SCHEMA: "${{ vars.SCHEMA }}"
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}
|
||||
cancel-in-progress: true
|
||||
|
||||
|
||||
|
||||
jobs:
|
||||
|
||||
4
.github/workflows/dbt_test_tasks.yml
vendored
4
.github/workflows/dbt_test_tasks.yml
vendored
@ -18,6 +18,10 @@ env:
|
||||
WAREHOUSE: "${{ vars.WAREHOUSE }}"
|
||||
SCHEMA: "${{ vars.SCHEMA }}"
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}
|
||||
cancel-in-progress: true
|
||||
|
||||
|
||||
|
||||
jobs:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user