Skip to content

chore(workflows): disable cron schedule trigger#13

Merged
ericmourant merged 1 commit into
mainfrom
copilot/ensure-zero-cron-events
May 27, 2026
Merged

chore(workflows): disable cron schedule trigger#13
ericmourant merged 1 commit into
mainfrom
copilot/ensure-zero-cron-events

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 27, 2026

Ensure no cron-driven workflow events fire by commenting out the only active schedule.

  • .github/workflows/github-society-intelligence-agent.yml: commented out the schedule:/cron: "17 3 * * *" block. Preserved as comments for easy re-enabling.
  • Verified no other workflows define a schedule trigger.
  # schedule:
  #   - cron: "17 3 * * *"

@ericmourant ericmourant marked this pull request as ready for review May 27, 2026 01:03
Copilot AI review requested due to automatic review settings May 27, 2026 01:03
@ericmourant ericmourant merged commit 1957c56 into main May 27, 2026
Copy link
Copy Markdown

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

Disables the only active cron schedule trigger in the agent workflow by commenting it out, preventing scheduled runs while keeping the configuration available for easy re-enabling. Observe-mode jobs remain reachable via workflow_dispatch.

Changes:

  • Comment out schedule: / cron: "17 3 * * *" block in the agent workflow.
  • Add an inline comment explaining the temporary disablement.

💡 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.

3 participants