Skip to content

fix: correct schedule: daily description in frontmatter deep dive#902

Merged
pelikhan merged 2 commits into
mainfrom
copilot/workshop-sync-fix-schedule-claim
Jul 14, 2026
Merged

fix: correct schedule: daily description in frontmatter deep dive#902
pelikhan merged 2 commits into
mainfrom
copilot/workshop-sync-fix-schedule-claim

Conversation

Copilot AI commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

The schedule: daily trigger description incorrectly claimed the workflow runs "at midnight UTC". The gh-aw compiler converts fuzzy schedule keywords to deterministic cron expressions scattered to avoid load spikes — the actual execution time is compiler-assigned, not pinned to midnight.

Change

  • workshop/side-quest-11-01-frontmatter-deep-dive.md: updated the trigger table description
Before After
schedule: daily Runs once per day at midnight UTC. Runs once per day at a compiler-assigned time (scattered to avoid load spikes).

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix incorrect claim about schedule: daily running time fix: correct schedule: daily description in frontmatter deep dive Jul 14, 2026
Copilot AI requested a review from pelikhan July 14, 2026 07:09
@pelikhan pelikhan marked this pull request as ready for review July 14, 2026 07:10
@pelikhan pelikhan merged commit 83df01d into main Jul 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[workshop-sync] workshop/side-quest-11-01-frontmatter-deep-dive.md: incorrect claim that schedule: daily runs at midnight UTC

2 participants