Update daily-csv-upload.yaml

This commit is contained in:
zandercymatics 2023-11-22 13:53:25 -07:00
parent a97d891b7d
commit f050618872
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -4,8 +4,7 @@ run-name: Upload current-full.csv and current-federal.csv for branch ${{ github.
on: on:
schedule: schedule:
# Runs every day at 5 AM UTC # Runs every day at 5 AM UTC
# TODO: - cron: '0 5 * * *' cron: '0 5 * * *'
- cron: '*/1 * * * *'
jobs: jobs:
variables: variables:
@ -93,5 +92,5 @@ jobs:
issue_number: context.issue.number, issue_number: context.issue.number,
owner: context.repo.owner, owner: context.repo.owner,
repo: context.repo.repo, repo: context.repo.repo,
body: '🥳 Successfully uploaded CSVs to **[${{ env.ENVIRONMENT }}](https://getgov-${{ env.ENVIRONMENT }}.app.cloud.gov/)**.' body: '🥳 Successfully uploaded current-full.csv and current-federal.csv to **[${{ env.ENVIRONMENT }}](https://getgov-${{ env.ENVIRONMENT }}.app.cloud.gov/)**.'
}) })