This commit is contained in:
Eric Laurello 2023-09-08 11:59:07 -04:00
parent e3d52c4de4
commit 88f0d17429

View File

@ -5,7 +5,7 @@ on:
workflow_dispatch:
schedule:
# Runs 0700 daily (see https://crontab.guru)
- cron: '20,50 */1 * * **'
- cron: '20,50 * * * *'
env:
USE_VARS: "${{ vars.USE_VARS }}"