Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Dec 15, 2025

Pull Request Checklist

  • I have read and followed the CONTRIBUTING.md guidelines.
  • My contribution adds a new instruction, prompt, or chat mode file in the correct directory.
  • The file follows the required naming convention.
  • The content is clearly structured and follows the example format.
  • I have tested my instructions, prompt, or chat mode with GitHub Copilot.
  • I have run npm start and verified that README.md is up to date.

Description

Removed the schedule trigger from the Traffic Reporting workflow to disable automatic nightly execution. The workflow remains manually triggerable via workflow_dispatch.

Changes:

  • Removed cron schedule (0 1 * * *) from .github/workflows/traffic-reporting.yml
  • Retained workflow_dispatch trigger for on-demand execution

Type of Contribution

  • New instruction file.
  • New prompt file.
  • New chat mode file.
  • New collection file.
  • Update to existing instruction, prompt, chat mode, or collection.
  • Other (please specify): GitHub Actions workflow configuration update

Additional Notes

No functional changes to the workflow logic itself—only the trigger mechanism has been modified.


By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.

Original prompt

Can you disable the Traffic Reporting github actions workflow from running nightly, just leave it to be manually triggered


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
Copilot AI changed the title [WIP] Disable nightly execution of traffic reporting actions Disable nightly schedule for Traffic Reporting workflow Dec 15, 2025
Copilot AI requested a review from aaronpowell December 15, 2025 23:45
@aaronpowell aaronpowell marked this pull request as ready for review December 16, 2025 00:37
Copilot AI review requested due to automatic review settings December 16, 2025 00:37
Copy link
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

This PR disables the automatic nightly execution of the Traffic Reporting workflow by removing its scheduled trigger. The workflow will now only run when manually triggered via workflow_dispatch, allowing for on-demand traffic data collection rather than automated daily reporting.

Key Changes:

  • Removed the schedule trigger with its daily cron job (0 1 * * *) from the Traffic Reporting workflow

@aaronpowell aaronpowell merged commit cef3031 into main Dec 16, 2025
4 checks passed
@aaronpowell aaronpowell deleted the copilot/disable-nightly-traffic-report branch December 16, 2025 00:39
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