Skip to content

Commit

Permalink
comment out triggers temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt-Spence committed Oct 23, 2024
1 parent e2287e9 commit 6e8dcbe
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/clone-staging.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6e8dcbe

Please sign in to comment.