From 18f2d57e60a84d515e750772d1c9ab3461aa8eaa Mon Sep 17 00:00:00 2001 From: Elle Sullivan Date: Mon, 4 Nov 2024 17:11:01 +0000 Subject: [PATCH] Remove push rule to test pull_request rule --- .github/workflows/pir_end_to_end_tests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/pir_end_to_end_tests.yml b/.github/workflows/pir_end_to_end_tests.yml index 94945d1af6..56d3de12a7 100644 --- a/.github/workflows/pir_end_to_end_tests.yml +++ b/.github/workflows/pir_end_to_end_tests.yml @@ -4,8 +4,6 @@ on: workflow_dispatch: schedule: - cron: '0 3 * * 1-5' # 3AM UTC offsetted to legacy to avoid action-junit-report@v4 bug - push: - branches: [ "loremattei/**" ] pull_request: jobs: