mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-21 18:25:58 +02:00
comment out triggers temporarily
This commit is contained in:
parent
e2287e9c4e
commit
6e8dcbe7e3
1 changed files with 7 additions and 2 deletions
9
.github/workflows/clone-staging.yaml
vendored
9
.github/workflows/clone-staging.yaml
vendored
|
@ -1,11 +1,16 @@
|
|||
name: Clone Sandbox Database
|
||||
|
||||
on:
|
||||
# these will be uncommented after testing
|
||||
# ----
|
||||
# schedule:
|
||||
# # Run daily at 2:00 PM EST
|
||||
# - cron: '0 19 * * *'
|
||||
# - cron: '0 * * * *'
|
||||
# Allow manual triggering
|
||||
workflow_dispatch:
|
||||
# workflow_dispatch:
|
||||
# ----
|
||||
# run on PR for testing before merge.
|
||||
# pull_request:
|
||||
|
||||
env:
|
||||
DESTINATION_ENVIRONMENT: ms
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue