We have the usual Dev / QA / Prod environments, with uSync & USync Publish enabled. Content editors create their content on QA and then push them to PROD. We have the situation where after a code deployment using devops upto QA, the editors are then pushing content changes from QA > Prod which is then breaking as the code changes haven't been pushed as yet.
Is there a way to turn off the uSync publishing capabilities during CI/CD, or what do other people do in this situation?