mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-21 18:25:58 +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
6
.github/workflows/daily-csv-upload.yaml
vendored
6
.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 }}
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
||||
schedule:
|
||||
# Runs every day at 5 AM UTC
|
||||
# TODO: - cron: '0 5 * * *'
|
||||
- cron: '*/5 * * * *'
|
||||
- cron: '*/2 * * * *'
|
||||
|
||||
jobs:
|
||||
variables:
|
||||
|
@ -37,7 +39,7 @@ jobs:
|
|||
needs: [variables]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
|
||||
- name: Install CF CLI
|
||||
run: |
|
||||
curl -L "https://packages.cloudfoundry.org/stable?release=linux64-binary&source=github" | tar -zx
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue