Test cron schedule

This commit is contained in:
zandercymatics 2023-11-22 13:48:24 -07:00
parent 7772a13834
commit a97d891b7d
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -2,12 +2,10 @@ name: Upload current-full.csv and current-federal.csv
run-name: Upload current-full.csv and current-federal.csv for branch ${{ github.head_ref }}
on:
pull_request:
schedule:
# Runs every day at 5 AM UTC
# TODO: - cron: '0 5 * * *'
- cron: '*/2 * * * *'
- cron: '*/1 * * * *'
jobs:
variables: