mirror of
https://github.com/FlipsideCrypto/aurora-models.git
synced 2026-02-06 11:01:45 +00:00
fix gha and cancel in prog = false
This commit is contained in:
parent
48a171596c
commit
c1376d71f5
4
.github/workflows/dbt_alter_gha_task.yml
vendored
4
.github/workflows/dbt_alter_gha_task.yml
vendored
@ -27,11 +27,11 @@ env:
|
||||
REGION: "${{ vars.REGION }}"
|
||||
DATABASE: "${{ vars.DATABASE }}"
|
||||
SCHEMA: "${{ vars.SCHEMA }}"
|
||||
WAREHOUSE: "${{ vars.WAREHOUSE }}"
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}
|
||||
cancel-in-progress: true
|
||||
WAREHOUSE: "${{ vars.WAREHOUSE }}"
|
||||
cancel-in-progress: false
|
||||
|
||||
jobs:
|
||||
run_dbt_jobs:
|
||||
|
||||
2
.github/workflows/dbt_docs_update.yml
vendored
2
.github/workflows/dbt_docs_update.yml
vendored
@ -20,7 +20,7 @@ env:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}
|
||||
cancel-in-progress: true
|
||||
cancel-in-progress: false
|
||||
|
||||
|
||||
|
||||
|
||||
2
.github/workflows/dbt_run_adhoc.yml
vendored
2
.github/workflows/dbt_run_adhoc.yml
vendored
@ -43,7 +43,7 @@ env:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}
|
||||
cancel-in-progress: true
|
||||
cancel-in-progress: false
|
||||
|
||||
|
||||
|
||||
|
||||
2
.github/workflows/dbt_run_atlas.yml
vendored
2
.github/workflows/dbt_run_atlas.yml
vendored
@ -22,7 +22,7 @@ env:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}
|
||||
cancel-in-progress: true
|
||||
cancel-in-progress: false
|
||||
|
||||
|
||||
|
||||
|
||||
2
.github/workflows/dbt_run_deployment.yml
vendored
2
.github/workflows/dbt_run_deployment.yml
vendored
@ -35,7 +35,7 @@ env:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}
|
||||
cancel-in-progress: true
|
||||
cancel-in-progress: false
|
||||
|
||||
|
||||
|
||||
|
||||
2
.github/workflows/dbt_run_dev_refresh.yml
vendored
2
.github/workflows/dbt_run_dev_refresh.yml
vendored
@ -23,7 +23,7 @@ env:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}
|
||||
cancel-in-progress: true
|
||||
cancel-in-progress: false
|
||||
|
||||
|
||||
|
||||
|
||||
@ -22,7 +22,7 @@ env:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}
|
||||
cancel-in-progress: true
|
||||
cancel-in-progress: false
|
||||
|
||||
|
||||
|
||||
|
||||
2
.github/workflows/dbt_run_observability.yml
vendored
2
.github/workflows/dbt_run_observability.yml
vendored
@ -22,7 +22,7 @@ env:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}
|
||||
cancel-in-progress: true
|
||||
cancel-in-progress: false
|
||||
|
||||
|
||||
|
||||
|
||||
2
.github/workflows/dbt_run_scheduled.yml
vendored
2
.github/workflows/dbt_run_scheduled.yml
vendored
@ -22,7 +22,7 @@ env:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}
|
||||
cancel-in-progress: true
|
||||
cancel-in-progress: false
|
||||
|
||||
|
||||
|
||||
|
||||
@ -20,7 +20,7 @@ env:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}
|
||||
cancel-in-progress: true
|
||||
cancel-in-progress: false
|
||||
|
||||
|
||||
|
||||
|
||||
@ -19,7 +19,7 @@ env:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}
|
||||
cancel-in-progress: true
|
||||
cancel-in-progress: false
|
||||
|
||||
|
||||
|
||||
|
||||
@ -22,7 +22,7 @@ env:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}
|
||||
cancel-in-progress: true
|
||||
cancel-in-progress: false
|
||||
|
||||
|
||||
|
||||
|
||||
@ -22,7 +22,7 @@ env:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}
|
||||
cancel-in-progress: true
|
||||
cancel-in-progress: false
|
||||
|
||||
|
||||
|
||||
|
||||
@ -22,7 +22,7 @@ env:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}
|
||||
cancel-in-progress: true
|
||||
cancel-in-progress: false
|
||||
|
||||
|
||||
|
||||
|
||||
4
.github/workflows/dbt_test_daily.yml
vendored
4
.github/workflows/dbt_test_daily.yml
vendored
@ -18,11 +18,11 @@ env:
|
||||
DATABASE: "${{ vars.DATABASE }}"
|
||||
WAREHOUSE: "${{ vars.TEST_WAREHOUSE }}"
|
||||
SCHEMA: "${{ vars.SCHEMA }}"
|
||||
SLACK_WEBHOOK_URL: "${{ secrets.SLACK_WEBHOOK_URL }}"
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}
|
||||
cancel-in-progress: true
|
||||
SLACK_WEBHOOK_URL: "${{ secrets.SLACK_WEBHOOK_URL }}"
|
||||
cancel-in-progress: false
|
||||
|
||||
|
||||
|
||||
|
||||
4
.github/workflows/dbt_test_tasks.yml
vendored
4
.github/workflows/dbt_test_tasks.yml
vendored
@ -14,11 +14,11 @@ env:
|
||||
REGION: "${{ vars.REGION }}"
|
||||
DATABASE: "${{ vars.DATABASE }}"
|
||||
SCHEMA: "${{ vars.SCHEMA }}"
|
||||
WAREHOUSE: "${{ vars.WAREHOUSE }}"
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}
|
||||
cancel-in-progress: true
|
||||
WAREHOUSE: "${{ vars.WAREHOUSE }}"
|
||||
cancel-in-progress: false
|
||||
|
||||
jobs:
|
||||
run_dbt_jobs:
|
||||
|
||||
4
.github/workflows/dbt_test_weekly.yml
vendored
4
.github/workflows/dbt_test_weekly.yml
vendored
@ -18,11 +18,11 @@ env:
|
||||
DATABASE: "${{ vars.DATABASE }}"
|
||||
WAREHOUSE: "${{ vars.TEST_WAREHOUSE }}"
|
||||
SCHEMA: "${{ vars.SCHEMA }}"
|
||||
SLACK_WEBHOOK_URL: "${{ secrets.SLACK_WEBHOOK_URL }}"
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}
|
||||
cancel-in-progress: true
|
||||
SLACK_WEBHOOK_URL: "${{ secrets.SLACK_WEBHOOK_URL }}"
|
||||
cancel-in-progress: false
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user