This commit is contained in:
Eric Laurello 2023-12-13 14:12:17 -05:00
parent 46f4a9776d
commit 1ae16b351f

View File

@ -5,7 +5,7 @@ on:
workflow_dispatch:
schedule:
# “At minute 0 and 30.”
- cron: '0,30 * * * *'
- cron: '0,15,30,45 * * * *'
env:
USE_VARS: "${{ vars.USE_VARS }}"