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
a97d891b7d
commit
f050618872
1 changed files with 2 additions and 3 deletions
5
.github/workflows/daily-csv-upload.yaml
vendored
5
.github/workflows/daily-csv-upload.yaml
vendored
|
@ -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/)**.'
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue