Skip to content

Schedule Smoke Copilot Sub Agents workflow to run daily#44443

Merged
pelikhan merged 1 commit into
mainfrom
copilot/schedule-workflow-daily
Jul 9, 2026
Merged

Schedule Smoke Copilot Sub Agents workflow to run daily#44443
pelikhan merged 1 commit into
mainfrom
copilot/schedule-workflow-daily

Conversation

Copilot AI commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

The referenced workflow was only manually triggerable, so it could miss regressions between ad hoc runs. This update adds an automated daily trigger while preserving manual execution.

  • Trigger configuration

    • Added a daily schedule to the workflow source at .github/workflows/smoke-copilot-sub-agents.md.
    • Kept workflow_dispatch unchanged for on-demand runs.
  • Compiled workflow parity

    • Regenerated .github/workflows/smoke-copilot-sub-agents.lock.yml so runtime YAML matches the markdown source trigger set.
on:
  schedule:
    - cron: daily
  workflow_dispatch:

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title Schedule Smoke Copilot Sub Agents workflow daily Schedule Smoke Copilot Sub Agents workflow to run daily Jul 9, 2026
Copilot AI requested a review from pelikhan July 9, 2026 01:55
@pelikhan
pelikhan marked this pull request as ready for review July 9, 2026 01:55
Copilot AI review requested due to automatic review settings July 9, 2026 01:55
@pelikhan
pelikhan merged commit 4e8295d into main Jul 9, 2026
@pelikhan
pelikhan deleted the copilot/schedule-workflow-daily branch July 9, 2026 01:55

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 updates the smoke-copilot-sub-agents agentic workflow to run automatically on a daily schedule (in addition to remaining manually triggerable), and regenerates the compiled lockfile to reflect the updated triggers.

Changes:

  • Added on.schedule with cron: daily to the markdown workflow source.
  • Regenerated the compiled workflow YAML (.lock.yml) to include the scheduled trigger.
Show a summary per file
File Description
.github/workflows/smoke-copilot-sub-agents.md Adds a daily schedule trigger while keeping workflow_dispatch.
.github/workflows/smoke-copilot-sub-agents.lock.yml Regenerated compiled workflow to include the schedule trigger (and other generated updates).

Review details

Tip

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

  • Files reviewed: 2/2 changed files
  • Comments generated: 1
  • Review effort level: Low

Comment on lines +385 to +387
concurrency:
group: "gh-aw-copilot-${{ github.workflow }}"
queue: max
@github-actions

github-actions Bot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

🎉 This pull request is included in a new release.

Release: v0.82.7

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