upd schedule

This commit is contained in:
forgash_ 2023-11-02 14:31:03 -06:00
parent 3e6ac54f75
commit ad381027ca
3 changed files with 4 additions and 7 deletions

View File

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

View File

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

View File

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