This commit is contained in:
Austin 2024-07-02 12:47:59 -04:00
parent d9cf0b8a84
commit e8fda6abb4

View File

@ -1,11 +1,10 @@
name: dbt_run_livequery_chainhead
run-name: dbt_run_livequery_chainhead
name: dbt_run_streamline_chainhead
run-name: dbt_run_streamline_chainhead
on:
workflow_dispatch:
schedule:
# Runs "at every 10th minute" (see https://crontab.guru)
- cron: '*/10 * * * *'
branches:
- "main"
env:
DBT_PROFILES_DIR: ./
@ -26,7 +25,7 @@ jobs:
run_dbt_jobs:
runs-on: ubuntu-latest
environment:
name: workflow_prod_backfill
name: workflow_prod
steps:
- uses: actions/checkout@v3