delta jira sync on hold bis account ready

This commit is contained in:
ValueOn AG 2025-09-09 14:38:35 +02:00
parent ed236da4ca
commit 3be01f4da5

View file

@ -209,7 +209,7 @@ async def perform_sync_jira_delta_group() -> bool:
bool: True if synchronization was successful, False otherwise
"""
try:
if APP_ENV_TYPE != "prod":
if APP_ENV_TYPE != "TASK-ACTIVATE-WHEN-ACCOUNT-READY-prod":
logger.info("JIRA to SharePoint synchronization: TASK to run only in PROD")
return True