From 57cc8deef7f3737784facb6430a842809031f7d8 Mon Sep 17 00:00:00 2001 From: meetagrawal09 Date: Sat, 9 Sep 2023 17:47:34 +0530 Subject: [PATCH] run on PR or push(for debugging) --- .github/workflows/integration-test.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index b9e7ee54465..5a350893e51 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -2,6 +2,11 @@ name : Integration Tests on : # allow manual triggering workflow_dispatch: + + # for debugging + push: + pull_request: + schedule: # run Thursday 4:30 AM UTC - cron: '30 4 * * 4'