Story Summary
As a platform engineer, I want the Sync TryGhost Compose Images workflow on the main branch to include the develop-branch guard step, so that the scheduled run no longer executes the full sync logic from main.
✅ Acceptance Criteria
📝 Additional Context
📦 Definition of Ready
✅ Definition of Done
Story Summary
As a platform engineer, I want the Sync TryGhost Compose Images workflow on the
mainbranch to include the develop-branch guard step, so that the scheduled run no longer executes the full sync logic frommain.✅ Acceptance Criteria
sync-tryghost-compose.ymlonmainincludes the guard step that checksGITHUB_REF_NAMEand skips gracefully when not ondevelopmainexit cleanly with a notice, no downstream steps executedmainis identical todevelopfor the guard step logic📝 Additional Context
developvia PR fix: skip sync gracefully when triggered from non-develop branch (GHO-121) #333, butmainwas not updated —mainstill has the pre-fix version of the workflowmain), so the guard never fires and the full sync logic runs nightly frommainmainthat forward-ports the guard step fromdevelop📦 Definition of Ready
✅ Definition of Done