mirror of
https://github.com/FlipsideCrypto/flow-models.git
synced 2026-02-06 13:41:55 +00:00
adj schedule and rename non core workflow group (#336)
This commit is contained in:
parent
64a996b2c7
commit
e41b0411f0
4
.github/workflows/dbt_run_scheduled.yml
vendored
4
.github/workflows/dbt_run_scheduled.yml
vendored
@ -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 }}"
|
||||
|
||||
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user