From 97fb271f1bdac79d4b18e485c72678a5792310a2 Mon Sep 17 00:00:00 2001 From: Nitin Srinivasan Date: Mon, 20 Jan 2025 08:48:54 -0800 Subject: [PATCH] Add a pull_request event for debugging purposes PiperOrigin-RevId: 717546521 --- .github/workflows/wheel_tests_continuous.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/wheel_tests_continuous.yml b/.github/workflows/wheel_tests_continuous.yml index 27a2101776db..0e5f4e6e30bf 100644 --- a/.github/workflows/wheel_tests_continuous.yml +++ b/.github/workflows/wheel_tests_continuous.yml @@ -16,6 +16,10 @@ name: CI - Wheel Tests (Continuous) on: schedule: - cron: "0 */2 * * *" # Run once every 2 hours + # DO NOT SUBMIT without removing this + pull_request: + branches: + - main concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}