Skip to content

Add daily schedule to SDK E2E test workflow#2

Merged
brunoborges merged 2 commits intomainfrom
copilot/adjust-sdk-e2e-test-frequency
Jan 23, 2026
Merged

Add daily schedule to SDK E2E test workflow#2
brunoborges merged 2 commits intomainfrom
copilot/adjust-sdk-e2e-test-frequency

Conversation

Copy link
Contributor

Copilot AI commented Jan 23, 2026

Adds scheduled execution at 00:00 UTC daily to the E2E test workflow. Existing triggers (push, PR, manual dispatch, merge group) remain unchanged.

Changes:

  • Added schedule trigger with cron 0 0 * * * to .github/workflows/sdk-build.yml
on:
  schedule:
    # Run once a day at 00:00 UTC
    - cron: '0 0 * * *'
  push:
    branches: [main]
  pull_request:
  workflow_dispatch:
  merge_group:
Original prompt

This section details on the original issue you should resolve

<issue_title>Adjust SDK E2E Test to run once a day</issue_title>
<issue_description></issue_description>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: brunoborges <129743+brunoborges@users.noreply.github.com>
Copilot AI changed the title [WIP] Adjust SDK E2E test to run once a day Add daily schedule to SDK E2E test workflow Jan 23, 2026
Copilot AI requested a review from brunoborges January 23, 2026 17:57
@brunoborges brunoborges marked this pull request as ready for review January 23, 2026 18:11
@brunoborges brunoborges merged commit a95113b into main Jan 23, 2026
@brunoborges brunoborges deleted the copilot/adjust-sdk-e2e-test-frequency branch January 25, 2026 00:26
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.

Adjust SDK E2E Test to run once a day

2 participants