From 6e8dcbe7e36e4643a28c50a1e565bea7cc4e8363 Mon Sep 17 00:00:00 2001 From: matthewswspence Date: Wed, 23 Oct 2024 10:28:39 -0500 Subject: [PATCH] comment out triggers temporarily --- .github/workflows/clone-staging.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/clone-staging.yaml b/.github/workflows/clone-staging.yaml index 6aed29d08..70830e831 100644 --- a/.github/workflows/clone-staging.yaml +++ b/.github/workflows/clone-staging.yaml @@ -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