mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-13 21:19:42 +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:
|
on:
|
||||||
# these will be uncommented after testing
|
# these will be uncommented after testing
|
||||||
|
@ -7,10 +7,7 @@ on:
|
||||||
# # Run daily at 2:00 PM EST
|
# # Run daily at 2:00 PM EST
|
||||||
# - cron: '0 * * * *'
|
# - cron: '0 * * * *'
|
||||||
# Allow manual triggering
|
# Allow manual triggering
|
||||||
# workflow_dispatch:
|
workflow_dispatch:
|
||||||
# ----
|
|
||||||
# run on PR for testing before merge.
|
|
||||||
# pull_request:
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
DESTINATION_ENVIRONMENT: ms
|
DESTINATION_ENVIRONMENT: ms
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue