diff --git a/.github/workflows/dbt_run_scheduled.yml b/.github/workflows/dbt_run_scheduled.yml index f09da4a..d00d484 100644 --- a/.github/workflows/dbt_run_scheduled.yml +++ b/.github/workflows/dbt_run_scheduled.yml @@ -7,7 +7,9 @@ on: # 4x/hour schedule = Every 15 minutes (see https://crontab.guru) # - cron: "*/15 * * * *" # 3x/hour schedule = Every 20 minutes (see https://crontab.guru) - - cron: "*/20 * * * *" + # - cron: "*/20 * * * *" + # 2x/hour schedule = Every 30 minutes (see https://crontab.guru) + - cron: "*/30 * * * *" env: USE_VARS: "${{ vars.USE_VARS }}" diff --git a/.github/workflows/dbt_run_scheduled_non_core.yml b/.github/workflows/dbt_run_scheduled_non_core.yml index 7ba4681..24f01c2 100644 --- a/.github/workflows/dbt_run_scheduled_non_core.yml +++ b/.github/workflows/dbt_run_scheduled_non_core.yml @@ -1,5 +1,5 @@ -name: dbt_run_scheduled -run-name: dbt_run_scheduled +name: dbt_run_scheduled_non_core +run-name: dbt_run_scheduled_non_core on: workflow_dispatch: