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 }} run-name: Upload current-full.csv and current-federal.csv for branch ${{ github.head_ref }}
on: on:
pull_request:
schedule: schedule:
# Runs every day at 5 AM UTC # Runs every day at 5 AM UTC
# TODO: - cron: '0 5 * * *' # TODO: - cron: '0 5 * * *'
- cron: '*/5 * * * *' - cron: '*/2 * * * *'
jobs: jobs:
variables: variables:
@ -37,7 +39,7 @@ jobs:
needs: [variables] needs: [variables]
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Install CF CLI - name: Install CF CLI
run: | run: |
curl -L "https://packages.cloudfoundry.org/stable?release=linux64-binary&source=github" | tar -zx curl -L "https://packages.cloudfoundry.org/stable?release=linux64-binary&source=github" | tar -zx