From a2e9c4303e4a9549562aaa460f15787020f25d0d Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Fri, 1 May 2026 15:20:19 -0700 Subject: [PATCH] temporarily add push trigger to see these tests running --- .github/workflows/nightly.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 211d65bd3..65417e397 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -4,6 +4,10 @@ on: schedule: - cron: 30 4 * * * workflow_dispatch: + push: + branches: + # Add this temporarily to see these tests running; remove before merging! + - convert-nightly-pipeline jobs: # While many of these jobs could be grouped in a separate workflow, the github actions UI