Skip to content

ci: remove nightly Windows E2E schedule#925

Merged
gtrrz-victor merged 3 commits intomainfrom
delete-scheduled-window-test
Apr 15, 2026
Merged

ci: remove nightly Windows E2E schedule#925
gtrrz-victor merged 3 commits intomainfrom
delete-scheduled-window-test

Conversation

@gtrrz-victor
Copy link
Copy Markdown
Contributor

@gtrrz-victor gtrrz-victor commented Apr 11, 2026

Summary

Removes the schedule cron trigger (6am UTC nightly) from .github/workflows/e2e-windows.yml.

Windows E2E is already exercised on merge via workflow_call, so the nightly run was redundant and added noise/cost.

Test plan

  • CI / workflow YAML is valid (no syntax issues)

Made with Cursor


Note

Low Risk
Low risk CI-only change that removes the cron trigger; it only affects when the workflow runs, not the test execution itself.

Overview
Removes the nightly schedule cron trigger from .github/workflows/e2e-windows.yml, so Windows E2E runs only when invoked via workflow_call or manually via workflow_dispatch.

Reviewed by Cursor Bugbot for commit 5ce22df. Configure here.

E2E Windows runs on merge via workflow_call; the 6am UTC cron was redundant.

Made-with: Cursor
Entire-Checkpoint: 8b1448771674
Copilot AI review requested due to automatic review settings April 11, 2026 06:48
@gtrrz-victor gtrrz-victor requested a review from a team as a code owner April 11, 2026 06:48
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 the nightly scheduled trigger from the Windows E2E GitHub Actions workflow so it only runs when invoked manually or via workflow_call, reducing redundant CI runs and cost/noise.

Changes:

  • Removed the schedule cron trigger from the Windows E2E workflow (e2e-windows.yml).
  • Kept workflow_call (used by the main E2E workflow) and workflow_dispatch (manual runs) intact.

@gtrrz-victor gtrrz-victor enabled auto-merge April 14, 2026 08:39
@gtrrz-victor gtrrz-victor merged commit b366d29 into main Apr 15, 2026
9 checks passed
@gtrrz-victor gtrrz-victor deleted the delete-scheduled-window-test branch April 15, 2026 09:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants