history to 20

This commit is contained in:
Eric Laurello 2023-11-07 14:18:40 -05:00
parent b3ace6198b
commit 6ddedb92a2

View File

@ -5,7 +5,7 @@ on:
workflow_dispatch:
schedule:
# Runs every 12th minute for 5x/hour (see https://crontab.guru)
- cron: '*/12 * * * *'
- cron: '*/20 * * * *'
env:
USE_VARS: "${{ vars.USE_VARS }}"