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