Skip to content

Make code simplifier manual only#95

Merged
MiguelElGallo merged 1 commit intomainfrom
codex/code-simplifier-on-demand
Apr 14, 2026
Merged

Make code simplifier manual only#95
MiguelElGallo merged 1 commit intomainfrom
codex/code-simplifier-on-demand

Conversation

@MiguelElGallo
Copy link
Copy Markdown
Owner

This pull request updates the configuration for the Code Simplifier workflow by removing its scheduled daily runs and making it triggerable only via manual dispatch. This change affects both the workflow's YAML and Markdown configuration files.

Workflow Trigger Changes:

Minor Cleanup:

Copilot AI review requested due to automatic review settings April 14, 2026 05:40
@MiguelElGallo MiguelElGallo merged commit a292e7e into main Apr 14, 2026
5 checks passed
@MiguelElGallo MiguelElGallo deleted the codex/code-simplifier-on-demand branch April 14, 2026 05:40
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

Updates the Code Simplifier workflow configuration so it no longer runs on a daily schedule and can only be started manually via workflow_dispatch.

Changes:

  • Removed the schedule (cron) trigger from the generated workflow (code-simplifier.lock.yml).
  • Updated the workflow’s Markdown source (code-simplifier.md) to reflect manual-only dispatch.
  • Minor whitespace cleanup at the end of the jobs section in the lock file.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.github/workflows/code-simplifier.md Switches the workflow “on” configuration from schedule: daily to workflow_dispatch in the source manifest.
.github/workflows/code-simplifier.lock.yml Removes the cron schedule trigger from the compiled workflow and trims trailing whitespace.

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

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