From ffbf2a059acd8ea701374f7158cb096a4eb2dc57 Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Mon, 11 May 2026 10:17:38 -0700 Subject: [PATCH] remove temporarily-added push trigger --- .github/workflows/nightly.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 3f5013959..780ec0076 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -4,10 +4,6 @@ on: schedule: - cron: 30 4 * * * workflow_dispatch: - push: - branches: - # Add this temporarily to see these tests running; remove before merging! - - convert-nightly-pipeline jobs: # The first four jobs could be grouped in a separate workflow, but the github actions UI