mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-02 16:02:15 +02:00
allow manual triggering
This commit is contained in:
parent
6e8dcbe7e3
commit
81755af369
1 changed files with 2 additions and 5 deletions
7
.github/workflows/clone-staging.yaml
vendored
7
.github/workflows/clone-staging.yaml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Clone Sandbox Database
|
||||
name: Clone Staging Database
|
||||
|
||||
on:
|
||||
# these will be uncommented after testing
|
||||
|
@ -7,10 +7,7 @@ on:
|
|||
# # Run daily at 2:00 PM EST
|
||||
# - cron: '0 * * * *'
|
||||
# Allow manual triggering
|
||||
# workflow_dispatch:
|
||||
# ----
|
||||
# run on PR for testing before merge.
|
||||
# pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
DESTINATION_ENVIRONMENT: ms
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue