mirror of
https://github.com/FlipsideCrypto/rise-models.git
synced 2026-02-06 11:46:47 +00:00
update needs
This commit is contained in:
parent
fdaf0365b6
commit
be683d61d9
@ -46,6 +46,8 @@ jobs:
|
||||
|
||||
notify:
|
||||
runs-on: ubuntu-latest
|
||||
needs: run_dbt_jobs
|
||||
if: failure()
|
||||
environment: workflow_prod
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
||||
2
.github/workflows/dbt_docs_update.yml
vendored
2
.github/workflows/dbt_docs_update.yml
vendored
@ -77,6 +77,8 @@ jobs:
|
||||
|
||||
notify:
|
||||
runs-on: ubuntu-latest
|
||||
needs: run_dbt_jobs
|
||||
if: failure()
|
||||
environment: workflow_prod
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
||||
2
.github/workflows/dbt_integration_test.yml
vendored
2
.github/workflows/dbt_integration_test.yml
vendored
@ -35,6 +35,8 @@ jobs:
|
||||
|
||||
notify:
|
||||
runs-on: ubuntu-latest
|
||||
needs: run_dbt_jobs
|
||||
if: failure()
|
||||
environment: workflow_prod
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
||||
2
.github/workflows/dbt_run_adhoc.yml
vendored
2
.github/workflows/dbt_run_adhoc.yml
vendored
@ -68,6 +68,8 @@ jobs:
|
||||
|
||||
notify:
|
||||
runs-on: ubuntu-latest
|
||||
needs: run_dbt_jobs
|
||||
if: failure()
|
||||
environment: workflow_prod
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
||||
4
.github/workflows/dbt_run_dev_refresh.yml
vendored
4
.github/workflows/dbt_run_dev_refresh.yml
vendored
@ -45,6 +45,8 @@ jobs:
|
||||
|
||||
notify:
|
||||
runs-on: ubuntu-latest
|
||||
needs: run_dbt_jobs_refresh
|
||||
if: failure()
|
||||
environment: workflow_dev
|
||||
steps:
|
||||
- name: Checkout
|
||||
@ -92,6 +94,8 @@ jobs:
|
||||
|
||||
notify:
|
||||
runs-on: ubuntu-latest
|
||||
needs: run_dbt_jobs_udfs
|
||||
if: failure()
|
||||
environment: workflow_dev
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
||||
2
.github/workflows/dbt_run_scheduled_main.yml
vendored
2
.github/workflows/dbt_run_scheduled_main.yml
vendored
@ -46,6 +46,8 @@ jobs:
|
||||
|
||||
notify:
|
||||
runs-on: ubuntu-latest
|
||||
needs: run_dbt_jobs
|
||||
if: failure()
|
||||
environment: workflow_prod
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
||||
@ -50,6 +50,8 @@ jobs:
|
||||
|
||||
notify:
|
||||
runs-on: ubuntu-latest
|
||||
needs: run_dbt_jobs
|
||||
if: failure()
|
||||
environment: workflow_prod
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
||||
@ -46,6 +46,8 @@ jobs:
|
||||
|
||||
notify:
|
||||
runs-on: ubuntu-latest
|
||||
needs: run_dbt_jobs
|
||||
if: failure()
|
||||
environment: workflow_prod
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
||||
2
.github/workflows/dbt_test_daily.yml
vendored
2
.github/workflows/dbt_test_daily.yml
vendored
@ -50,6 +50,8 @@ jobs:
|
||||
|
||||
notify:
|
||||
runs-on: ubuntu-latest
|
||||
needs: run_dbt_jobs
|
||||
if: failure()
|
||||
environment: workflow_prod
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
||||
2
.github/workflows/dbt_test_intraday.yml
vendored
2
.github/workflows/dbt_test_intraday.yml
vendored
@ -50,6 +50,8 @@ jobs:
|
||||
|
||||
notify:
|
||||
runs-on: ubuntu-latest
|
||||
needs: run_dbt_jobs
|
||||
if: failure()
|
||||
environment: workflow_prod
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
||||
2
.github/workflows/dbt_test_monthly.yml
vendored
2
.github/workflows/dbt_test_monthly.yml
vendored
@ -50,6 +50,8 @@ jobs:
|
||||
|
||||
notify:
|
||||
runs-on: ubuntu-latest
|
||||
needs: run_dbt_jobs
|
||||
if: failure()
|
||||
environment: workflow_prod
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
||||
Loading…
Reference in New Issue
Block a user