Revert "commit on save yes for now"

This reverts commit 2a55c05473.
This commit is contained in:
burnettk 2023-01-20 20:46:52 -05:00
parent b4a19f2d71
commit 3e190387db
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@ from os import environ
GIT_BRANCH = environ.get("GIT_BRANCH", default="staging")
GIT_BRANCH_TO_PUBLISH_TO = environ.get("GIT_BRANCH_TO_PUBLISH_TO", default="main")
GIT_COMMIT_ON_SAVE = True
GIT_COMMIT_ON_SAVE = False
SPIFFWORKFLOW_BACKEND_PERMISSIONS_FILE_NAME = "staging.yml"