From 03d20055d2b8d81b14aba4e6509c976d9210582c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 22 Sep 2025 22:32:06 +0000 Subject: [PATCH 1/2] Initial plan From 7bf007aa39e01f7cabecc1e6b4e4503d7dffbc63 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 22 Sep 2025 22:37:03 +0000 Subject: [PATCH 2/2] Update e2e.yml to exclude issue creation and comment test suites for schedule events Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- .github/workflows/e2e.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 73815675..de41417b 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -55,6 +55,7 @@ jobs: option: "--command-triggered-only" description: "Tests via comments" fail-fast: false + if: ${{ !(github.event_name == 'schedule' && (matrix.test-suite.name == 'issue-triggered' || matrix.test-suite.name == 'command-triggered')) }} name: "E2E Tests: ${{ matrix.test-suite.description }}" steps: - name: Checkout