Merge pull request #284 from FlipsideCrypto/WHYTEWYLL-job

Update dbt_run_scheduled.yml
This commit is contained in:
WHYTEWYLL 2024-04-24 09:39:40 -07:00 committed by GitHub
commit 9666d0755c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@ on:
workflow_dispatch:
schedule:
# Runs "every hour" (see https://crontab.guru)
- cron: "0 * * * *"
- cron: "30 * * * *"
env:
USE_VARS: "${{ vars.USE_VARS }}"