mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-19 10:59:21 +02:00
Test cron schedule
This commit is contained in:
parent
7772a13834
commit
a97d891b7d
1 changed files with 1 additions and 3 deletions
4
.github/workflows/daily-csv-upload.yaml
vendored
4
.github/workflows/daily-csv-upload.yaml
vendored
|
@ -2,12 +2,10 @@ 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: '*/2 * * * *'
|
- cron: '*/1 * * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
variables:
|
variables:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue