mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 19:20:47 +02:00
scheduled clone db once a day
This commit is contained in:
parent
3a4ba383eb
commit
c496a5460f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/clone-db.yaml
vendored
2
.github/workflows/clone-db.yaml
vendored
|
@ -8,7 +8,7 @@ name: Clone Stable Database
|
|||
on:
|
||||
schedule:
|
||||
# Run daily at 2:00 PM EST
|
||||
- cron: '0 * * * *'
|
||||
- cron: '0 0 * * *'
|
||||
# Allow manual triggering
|
||||
workflow_dispatch:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue