mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-22 02:36:02 +02:00
Update daily-csv-upload.yaml
This commit is contained in:
parent
9a872d2005
commit
45542f12f6
1 changed files with 4 additions and 2 deletions
4
.github/workflows/daily-csv-upload.yaml
vendored
4
.github/workflows/daily-csv-upload.yaml
vendored
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue