Address review comment from - #1934 (comment)
The workflow doesn't set a concurrency: group, so a manual dispatch can race with the scheduled run and both push --force to the same automation branch. Cheap to fix:
concurrency:
group: refresh-azure-mcp-tool-snapshot
cancel-in-progress: false
Address review comment from - #1934 (comment)
The workflow doesn't set a concurrency: group, so a manual dispatch can race with the scheduled run and both push --force to the same automation branch. Cheap to fix:
concurrency:
group: refresh-azure-mcp-tool-snapshot
cancel-in-progress: false