Skip to content

Commit c59060f

Browse files
brandom-msftgithub-actions[bot]Copilot
authored
Re-enable scheduled sync after 2026-06-09 recovery (ADO 5347122) (microsoft-foundry#499)
Restores the nightly 06:00 UTC `schedule` block in `sync-to-public.yml` that PR microsoft-foundry#484 commented out on 2026-06-08. The guard bug that motivated the pause (ADO 5347121) was fixed by PR microsoft-foundry#493, and the 2026-06-09 recovery sequence (private PR microsoft-foundry#495 + public PR microsoft-foundry#767) was validated end-to-end by a successful `workflow_dispatch` real run: https://github.com/microsoft-foundry/foundry-samples-pr/actions/runs/27253358355 Sync is operationally healthy again; the first scheduled run after merge will land at the next 06:00 UTC. Closes ADO 5347122. Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent e52e514 commit c59060f

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/sync-to-public.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
name: Sync to Public Repo
22

33
on:
4-
# Scheduled sync PAUSED 2026-06-08 pending fix for Path B protected-paths guard
5-
# architectural bug. See docs/repo-sync-automation.md (Known issues).
6-
# Re-enable by uncommenting the schedule block below after the guard fix lands.
7-
# schedule:
8-
# - cron: '0 6 * * *' # Nightly at 6:00 UTC
4+
schedule:
5+
- cron: '0 6 * * *' # Nightly at 6:00 UTC
96
workflow_dispatch:
107
inputs:
118
dry_run:

0 commit comments

Comments
 (0)