From a4d67c1dd80beee5e10576fc77b6c205797a877b Mon Sep 17 00:00:00 2001 From: Pavlos Rontidis Date: Mon, 3 Feb 2025 13:33:34 -0500 Subject: [PATCH] chore(ci): make Integration Test Suite runnable on Actions --- .github/workflows/integration.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index eca811b3a2ebb..cb2498532190f 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -7,6 +7,7 @@ name: Integration Test Suite on: + workflow_dispatch: pull_request: merge_group: types: [checks_requested]