mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-22 02:36:02 +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
|
name: Clone Sandbox Database
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
# these will be uncommented after testing
|
||||||
|
# ----
|
||||||
# schedule:
|
# schedule:
|
||||||
# # Run daily at 2:00 PM EST
|
# # Run daily at 2:00 PM EST
|
||||||
# - cron: '0 19 * * *'
|
# - 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