Skip to content

chore: remove schedule triggers from smoke-* workflows#26260

Merged
pelikhan merged 1 commit intomainfrom
copilot/remove-schedule-triggers
Apr 14, 2026
Merged

chore: remove schedule triggers from smoke-* workflows#26260
pelikhan merged 1 commit intomainfrom
copilot/remove-schedule-triggers

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 14, 2026

Removes schedule: triggers from all active smoke-* agentic workflow files.

Changes

Removed schedule: lines from 9 workflow files:

  • smoke-claude.mdevery 12h
  • smoke-codex.mdevery 12h
  • smoke-copilot.mdevery 12h
  • smoke-create-cross-repo-pr.mdevery 12h
  • smoke-gemini.mdevery 12h
  • smoke-multi-pr.mdevery 24h
  • smoke-service-ports.mddaily
  • smoke-test-tools.mdevery 12h
  • smoke-update-cross-repo-pr.mdevery 12h

Corresponding .lock.yml files recompiled. All 20 smoke-* workflows compiled successfully.

Note: smoke-project.md and smoke-temporary-id.md already had their schedule triggers commented out (#schedule:) and were left unchanged.

@pelikhan pelikhan marked this pull request as ready for review April 14, 2026 16:56
Copilot AI review requested due to automatic review settings April 14, 2026 16:56
@pelikhan pelikhan merged commit ad056e5 into main Apr 14, 2026
53 of 54 checks passed
@pelikhan pelikhan deleted the copilot/remove-schedule-triggers branch April 14, 2026 16:56
Copilot AI restored the copilot/remove-schedule-triggers branch April 14, 2026 16:57
Copilot stopped work on behalf of pelikhan due to an error April 14, 2026 16:57
Copilot AI requested a review from pelikhan April 14, 2026 16:57
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

Removes scheduled execution from the active smoke-* agentic workflows so they no longer run on a cron schedule, and updates the generated .lock.yml artifacts accordingly.

Changes:

  • Removed on.schedule triggers from 9 smoke-* workflow source files (.md).
  • Regenerated the corresponding 9 compiled workflow lockfiles (*.lock.yml) to remove schedule/cron blocks and update generated sections.
Show a summary per file
File Description
.github/workflows/smoke-update-cross-repo-pr.md Removes the schedule: trigger from the workflow source.
.github/workflows/smoke-update-cross-repo-pr.lock.yml Regenerated compiled workflow; removes on.schedule cron stanza.
.github/workflows/smoke-test-tools.md Removes the schedule: trigger from the workflow source.
.github/workflows/smoke-test-tools.lock.yml Regenerated compiled workflow; removes on.schedule cron stanza.
.github/workflows/smoke-service-ports.md Removes the schedule: trigger from the workflow source.
.github/workflows/smoke-service-ports.lock.yml Regenerated compiled workflow; removes on.schedule cron stanza (and other regenerated content).
.github/workflows/smoke-multi-pr.md Removes the schedule: trigger from the workflow source.
.github/workflows/smoke-multi-pr.lock.yml Regenerated compiled workflow; removes on.schedule cron stanza.
.github/workflows/smoke-gemini.md Removes the schedule: trigger from the workflow source.
.github/workflows/smoke-gemini.lock.yml Regenerated compiled workflow; removes on.schedule cron stanza.
.github/workflows/smoke-create-cross-repo-pr.md Removes the schedule: trigger from the workflow source.
.github/workflows/smoke-create-cross-repo-pr.lock.yml Regenerated compiled workflow; removes on.schedule cron stanza.
.github/workflows/smoke-copilot.md Removes the schedule: trigger from the workflow source.
.github/workflows/smoke-copilot.lock.yml Regenerated compiled workflow; removes on.schedule cron stanza.
.github/workflows/smoke-codex.md Removes the schedule: trigger from the workflow source.
.github/workflows/smoke-codex.lock.yml Regenerated compiled workflow; removes on.schedule cron stanza.
.github/workflows/smoke-claude.md Removes the schedule: trigger from the workflow source.
.github/workflows/smoke-claude.lock.yml Regenerated compiled workflow; removes on.schedule cron stanza.

Copilot's findings

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 18/18 changed files
  • Comments generated: 1

Comment on lines 316 to 320
permissions:
contents: read
issues: read
pull-requests: read
concurrency:
group: "gh-aw-copilot-${{ github.workflow }}"
env:
Copy link

Copilot AI Apr 14, 2026

Choose a reason for hiding this comment

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

The lockfile recompilation removed the concurrency block from the agent job (it used to set group: "gh-aw-copilot-${{ github.workflow }}"). This is a behavior change beyond removing schedule triggers; please confirm it’s intentional. If intentional, update the PR description to mention the concurrency change; if not, recompile/pin the generator to preserve the previous job-level concurrency behavior.

Copilot uses AI. Check for mistakes.
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.

3 participants