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'