From 7b62bf955781ee68ab0805967d68026d4d6549a2 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Fri, 17 Jul 2026 13:10:50 +0300 Subject: [PATCH] Temporarily run nightly E2E on stacked PR --- .github/workflows/nightly-e2e.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/nightly-e2e.yml b/.github/workflows/nightly-e2e.yml index e6c0d1d2b7..0405c67179 100644 --- a/.github/workflows/nightly-e2e.yml +++ b/.github/workflows/nightly-e2e.yml @@ -5,6 +5,11 @@ on: schedule: - cron: "0 4 * * *" workflow_dispatch: + # Temporary: allows this stacked PR to exercise the workflow before merge. + # Remove before merging. + pull_request: + branches: + - samuel/split-build-pipelines permissions: contents: read