Skip to content

Commit

Permalink
add (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
drethereum authored Jul 19, 2024
1 parent e4d54e4 commit c8b7c61
Show file tree
Hide file tree
Showing 19 changed files with 76 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dbt_alter_gha_task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ env:
WAREHOUSE: "${{ vars.WAREHOUSE }}"
SCHEMA: "${{ vars.SCHEMA }}"

concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true



jobs:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/dbt_docs_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ env:
WAREHOUSE: "${{ vars.WAREHOUSE }}"
SCHEMA: "${{ vars.SCHEMA }}"

concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true



jobs:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/dbt_run_abi_refresh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ env:
WAREHOUSE: "${{ vars.WAREHOUSE }}"
SCHEMA: "${{ vars.SCHEMA }}"

concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true



jobs:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/dbt_run_adhoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ env:
WAREHOUSE: "${{ inputs.warehouse }}"
SCHEMA: "${{ vars.SCHEMA }}"

concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true



jobs:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/dbt_run_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ env:
WAREHOUSE: "${{ inputs.WAREHOUSE }}"
SCHEMA: "${{ vars.SCHEMA }}"

concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true



jobs:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/dbt_run_dev_refresh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ env:
WAREHOUSE: "${{ vars.WAREHOUSE }}"
SCHEMA: "${{ vars.SCHEMA }}"

concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true



jobs:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/dbt_run_full_observability.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ env:
WAREHOUSE: "${{ vars.WAREHOUSE }}"
SCHEMA: "${{ vars.SCHEMA }}"

concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true



jobs:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/dbt_run_heal_models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ env:
WAREHOUSE: "${{ vars.WAREHOUSE }}"
SCHEMA: "${{ vars.SCHEMA }}"

concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true



jobs:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/dbt_run_operation_reorg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ env:
WAREHOUSE: "${{ vars.WAREHOUSE }}"
SCHEMA: "${{ vars.SCHEMA }}"

concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true



jobs:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/dbt_run_scheduled_curated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ env:
WAREHOUSE: "${{ vars.WAREHOUSE }}"
SCHEMA: "${{ vars.SCHEMA }}"

concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true



jobs:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/dbt_run_scheduled_non_realtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ env:
WAREHOUSE: "${{ vars.WAREHOUSE }}"
SCHEMA: "${{ vars.SCHEMA }}"

concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true



jobs:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/dbt_run_streamline_chainhead.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ env:
WAREHOUSE: "${{ vars.WAREHOUSE }}"
SCHEMA: "${{ vars.SCHEMA }}"

concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true



jobs:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/dbt_run_streamline_decoder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ env:
WAREHOUSE: "${{ vars.WAREHOUSE }}"
SCHEMA: "${{ vars.SCHEMA }}"

concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true



jobs:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/dbt_run_streamline_decoder_history.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ env:
WAREHOUSE: "${{ vars.WAREHOUSE }}"
SCHEMA: "${{ vars.SCHEMA }}"

concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true



jobs:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/dbt_run_streamline_history_adhoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ env:
WAREHOUSE: "${{ inputs.warehouse }}"
SCHEMA: "${{ vars.SCHEMA }}"

concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true



jobs:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/dbt_test_daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ env:
WAREHOUSE: "${{ vars.WAREHOUSE }}"
SCHEMA: "${{ vars.SCHEMA }}"

concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true



jobs:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/dbt_test_intraday.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ env:
WAREHOUSE: "${{ vars.WAREHOUSE }}"
SCHEMA: "${{ vars.SCHEMA }}"

concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true



jobs:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/dbt_test_monthly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ env:
WAREHOUSE: "${{ vars.WAREHOUSE }}"
SCHEMA: "${{ vars.SCHEMA }}"

concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true



jobs:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/dbt_test_tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ env:
WAREHOUSE: "${{ vars.WAREHOUSE }}"
SCHEMA: "${{ vars.SCHEMA }}"

concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true



jobs:
Expand Down

0 comments on commit c8b7c61

Please sign in to comment.