Update daily-csv-upload.yaml

This commit is contained in:
zandercymatics 2023-11-22 10:36:53 -07:00
parent 9a872d2005
commit 45542f12f6
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -2,10 +2,12 @@ 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: '*/5 * * * *'
- cron: '*/2 * * * *'
jobs:
variables: