mirror of
https://github.com/FlipsideCrypto/near-models.git
synced 2026-02-06 16:11:58 +00:00
align job names to run_dbt_jobs
This commit is contained in:
parent
0fa6069b4e
commit
5087c77fd1
4
.github/workflows/dbt_docs_update.yml
vendored
4
.github/workflows/dbt_docs_update.yml
vendored
@ -19,7 +19,7 @@ env:
|
||||
SCHEMA: "${{ vars.SCHEMA }}"
|
||||
|
||||
jobs:
|
||||
scheduled_run:
|
||||
run_dbt_jobs:
|
||||
name: docs_update
|
||||
runs-on: ubuntu-latest
|
||||
environment:
|
||||
@ -73,7 +73,7 @@ jobs:
|
||||
git push -f --set-upstream origin docs
|
||||
|
||||
notify-failure:
|
||||
needs: [scheduled_run]
|
||||
needs: [run_dbt_jobs]
|
||||
if: failure()
|
||||
uses: ./.github/workflows/slack_notify.yml
|
||||
secrets:
|
||||
|
||||
4
.github/workflows/dbt_run_deployment.yml
vendored
4
.github/workflows/dbt_run_deployment.yml
vendored
@ -37,7 +37,7 @@ concurrency:
|
||||
group: ${{ github.workflow }}
|
||||
|
||||
jobs:
|
||||
dbt:
|
||||
run_dbt_jobs:
|
||||
runs-on: ubuntu-latest
|
||||
environment:
|
||||
name: workflow_prod
|
||||
@ -71,7 +71,7 @@ jobs:
|
||||
target
|
||||
|
||||
notify-failure:
|
||||
needs: [dbt]
|
||||
needs: [run_dbt_jobs]
|
||||
if: failure()
|
||||
uses: ./.github/workflows/slack_notify.yml
|
||||
secrets:
|
||||
|
||||
4
.github/workflows/dbt_run_dev_refresh.yml
vendored
4
.github/workflows/dbt_run_dev_refresh.yml
vendored
@ -24,7 +24,7 @@ concurrency:
|
||||
group: ${{ github.workflow }}
|
||||
|
||||
jobs:
|
||||
dbt:
|
||||
run_dbt_jobs:
|
||||
runs-on: ubuntu-latest
|
||||
environment:
|
||||
name: workflow_prod
|
||||
@ -53,7 +53,7 @@ jobs:
|
||||
target
|
||||
|
||||
notify-failure:
|
||||
needs: [dbt]
|
||||
needs: [run_dbt_jobs]
|
||||
if: failure()
|
||||
uses: ./.github/workflows/slack_notify.yml
|
||||
secrets:
|
||||
|
||||
4
.github/workflows/dbt_run_scheduled_core.yml
vendored
4
.github/workflows/dbt_run_scheduled_core.yml
vendored
@ -24,7 +24,7 @@ concurrency:
|
||||
group: ${{ github.workflow }}
|
||||
|
||||
jobs:
|
||||
dbt:
|
||||
run_dbt_jobs:
|
||||
runs-on: ubuntu-latest
|
||||
environment:
|
||||
name: workflow_prod
|
||||
@ -53,7 +53,7 @@ jobs:
|
||||
target
|
||||
|
||||
notify-failure:
|
||||
needs: [dbt]
|
||||
needs: [run_dbt_jobs]
|
||||
if: failure()
|
||||
uses: ./.github/workflows/slack_notify.yml
|
||||
secrets:
|
||||
|
||||
@ -24,7 +24,7 @@ concurrency:
|
||||
group: ${{ github.workflow }}
|
||||
|
||||
jobs:
|
||||
dbt:
|
||||
run_dbt_jobs:
|
||||
runs-on: ubuntu-latest
|
||||
environment:
|
||||
name: workflow_prod
|
||||
@ -53,7 +53,7 @@ jobs:
|
||||
target
|
||||
|
||||
notify-failure:
|
||||
needs: [dbt]
|
||||
needs: [run_dbt_jobs]
|
||||
if: failure()
|
||||
uses: ./.github/workflows/slack_notify.yml
|
||||
secrets:
|
||||
|
||||
@ -24,7 +24,7 @@ concurrency:
|
||||
group: ${{ github.workflow }}
|
||||
|
||||
jobs:
|
||||
dbt:
|
||||
run_dbt_jobs:
|
||||
runs-on: ubuntu-latest
|
||||
environment:
|
||||
name: workflow_prod
|
||||
@ -53,7 +53,7 @@ jobs:
|
||||
target
|
||||
|
||||
notify-failure:
|
||||
needs: [dbt]
|
||||
needs: [run_dbt_jobs]
|
||||
if: failure()
|
||||
uses: ./.github/workflows/slack_notify.yml
|
||||
secrets:
|
||||
|
||||
@ -24,7 +24,7 @@ concurrency:
|
||||
group: ${{ github.workflow }}
|
||||
|
||||
jobs:
|
||||
dbt:
|
||||
run_dbt_jobs:
|
||||
runs-on: ubuntu-latest
|
||||
environment:
|
||||
name: workflow_prod
|
||||
@ -53,7 +53,7 @@ jobs:
|
||||
target
|
||||
|
||||
notify-failure:
|
||||
needs: [dbt]
|
||||
needs: [run_dbt_jobs]
|
||||
if: failure()
|
||||
uses: ./.github/workflows/slack_notify.yml
|
||||
secrets:
|
||||
|
||||
@ -24,7 +24,7 @@ concurrency:
|
||||
group: ${{ github.workflow }}
|
||||
|
||||
jobs:
|
||||
dbt:
|
||||
run_dbt_jobs:
|
||||
runs-on: ubuntu-latest
|
||||
environment:
|
||||
name: workflow_prod
|
||||
@ -53,7 +53,7 @@ jobs:
|
||||
target
|
||||
|
||||
notify-failure:
|
||||
needs: [dbt]
|
||||
needs: [run_dbt_jobs]
|
||||
if: failure()
|
||||
uses: ./.github/workflows/slack_notify.yml
|
||||
secrets:
|
||||
|
||||
@ -24,7 +24,7 @@ concurrency:
|
||||
group: ${{ github.workflow }}
|
||||
|
||||
jobs:
|
||||
dbt:
|
||||
run_dbt_jobs:
|
||||
runs-on: ubuntu-latest
|
||||
environment:
|
||||
name: workflow_prod
|
||||
@ -53,7 +53,7 @@ jobs:
|
||||
target
|
||||
|
||||
notify-failure:
|
||||
needs: [dbt]
|
||||
needs: [run_dbt_jobs]
|
||||
if: failure()
|
||||
uses: ./.github/workflows/slack_notify.yml
|
||||
secrets:
|
||||
|
||||
7
.github/workflows/dbt_test.yml
vendored
7
.github/workflows/dbt_test.yml
vendored
@ -49,10 +49,3 @@ jobs:
|
||||
- name: Log test results
|
||||
run: |
|
||||
python python_scripts/test_alert/dbt_test_alert.py
|
||||
|
||||
notify-failure:
|
||||
needs: [run_dbt_jobs]
|
||||
if: failure()
|
||||
uses: ./.github/workflows/slack_notify.yml
|
||||
secrets:
|
||||
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user