adj schedule and rename non core workflow group (#336)

This commit is contained in:
Jack Forgash 2024-06-20 14:02:35 -06:00 committed by GitHub
parent 64a996b2c7
commit e41b0411f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 3 deletions

View File

@ -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 }}"

View File

@ -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: