Skip to content

Add daily morning schedule to all GitHub Actions workflows#162

Merged
diemol merged 1 commit into
mainfrom
copilot/modify-workflows-to-run-daily
May 11, 2026
Merged

Add daily morning schedule to all GitHub Actions workflows#162
diemol merged 1 commit into
mainfrom
copilot/modify-workflows-to-run-daily

Conversation

Copilot AI commented May 11, 2026

Copy link
Copy Markdown
Contributor

This updates repository workflows to run automatically every morning, in addition to existing push and pull_request triggers. The change applies consistently across all workflow definitions under .github/workflows.

  • Scope

    • Added a schedule trigger to:
      • python.yml
      • desktop_web.yml
      • mobile_web.yml
      • mobile_native.yml
      • robot_desktop_web.yml
  • Scheduling behavior

    • Each workflow now includes a daily cron schedule at 09:00 UTC.
  • Example change

    on:
      push:
        branches:
          - main
      pull_request:
        branches:
          - main
      schedule:
        - cron: "0 9 * * *"

@diemol diemol marked this pull request as ready for review May 11, 2026 14:16
@diemol diemol merged commit 890e001 into main May 11, 2026
8 checks passed
@diemol diemol deleted the copilot/modify-workflows-to-run-daily branch May 11, 2026 14:57
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