mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-19 02:49: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 }}
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
||||
schedule:
|
||||
# Runs every day at 5 AM UTC
|
||||
# TODO: - cron: '0 5 * * *'
|
||||
- cron: '*/2 * * * *'
|
||||
- cron: '*/1 * * * *'
|
||||
|
||||
jobs:
|
||||
variables:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue