Skip to content

Remove schedules from all workflows, per phase 06 of plan to migrate to monorepo#239

Merged
edburns merged 1 commit into
mainfrom
edburns/phase-06-remove-schedule-from-all-workflows
May 28, 2026
Merged

Remove schedules from all workflows, per phase 06 of plan to migrate to monorepo#239
edburns merged 1 commit into
mainfrom
edburns/phase-06-remove-schedule-from-all-workflows

Conversation

@edburns
Copy link
Copy Markdown
Collaborator

@edburns edburns commented May 28, 2026

No description provided.

Copilot AI review requested due to automatic review settings May 28, 2026 23:46
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR removes scheduled workflow execution so repository automation is triggered manually or by repository events, aligning workflow behavior with the monorepo migration phase described in the PR title.

Changes:

  • Removed cron/schedule triggers from Build & Test, Publish Snapshot, and Reference Implementation Sync.
  • Recompiled agentic workflow lock files with gh-aw v0.74.8.
  • Removed the generated agentic maintenance workflow after dropping the expires safe-output setting.
Show a summary per file
File Description
.github/workflows/build-test.yml Removes weekly Build & Test schedule.
.github/workflows/publish-snapshot.yml Makes snapshot publishing manual-only.
.github/workflows/reference-impl-sync.md Removes scheduled sync trigger and issue expiration setting.
.github/workflows/reference-impl-sync.lock.yml Updates compiled workflow output for the reference sync changes.
.github/workflows/codegen-agentic-fix.lock.yml Recompiled generated workflow with newer gh-aw output.
.github/workflows/agentics-maintenance.yml Deletes generated maintenance workflow.
.github/dependabot.yml Reformats config and adds an ignore rule for gh-aw managed actions.
.github/aw/actions-lock.json Updates gh-aw action lock entries to v0.74.8.

Copilot's findings

  • Files reviewed: 8/8 changed files
  • Comments generated: 2

Comment on lines 3 to 4
on:
schedule:
# Run once a week on Sundays at 00:00 UTC
- cron: '0 0 * * 0'
push:
Comment on lines 6 to 7
on:
schedule: weekly on friday
workflow_dispatch:
@edburns edburns merged commit 3899f81 into main May 28, 2026
8 checks passed
@edburns edburns deleted the edburns/phase-06-remove-schedule-from-all-workflows branch May 28, 2026 23:51
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.

2 participants