mirror of
https://github.com/FlipsideCrypto/aurora-models.git
synced 2026-02-06 14:16:47 +00:00
upd schedule
This commit is contained in:
parent
3e6ac54f75
commit
ad381027ca
4
.github/workflows/dbt_run_scheduled.yml
vendored
4
.github/workflows/dbt_run_scheduled.yml
vendored
@ -4,8 +4,8 @@ run-name: dbt_run_scheduled
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
# Runs "every 20 minutes"
|
||||
- cron: "*/20 * * * *"
|
||||
# Runs "every 15 minutes"
|
||||
- cron: "*/15 * * * *"
|
||||
|
||||
env:
|
||||
USE_VARS: "${{ vars.USE_VARS }}"
|
||||
|
||||
@ -3,9 +3,6 @@ run-name: dbt_run_streamline_history
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
# Runs "every 20 minutes"
|
||||
- cron: "*/20 * * * *"
|
||||
|
||||
env:
|
||||
USE_VARS: "${{ vars.USE_VARS }}"
|
||||
|
||||
@ -4,8 +4,8 @@ run-name: dbt_run_streamline_realtime
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
# Runs "every 20 minutes"
|
||||
- cron: "*/20 * * * *"
|
||||
# Runs "every 10 minutes"
|
||||
- cron: "*/10 * * * *"
|
||||
|
||||
env:
|
||||
USE_VARS: "${{ vars.USE_VARS }}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user