update the cron time

This commit is contained in:
xiuy001 2023-07-11 12:22:40 -04:00
parent 449cfe619d
commit f3611c8ff8

View File

@ -4,8 +4,8 @@ run-name: dbt_run_streamline_history
on:
workflow_dispatch:
schedule:
# Runs "every 2 hours" (see https://crontab.guru)
- cron: '0 */2 * * *'
# Runs "every 4 hours" (see https://crontab.guru)
- cron: '0 */4 * * *'
env:
USE_VARS: "${{ vars.USE_VARS }}"