From 96c1c0d5c53c88805d18b8a0231d2b07bc2c8247 Mon Sep 17 00:00:00 2001 From: worstell Date: Fri, 12 Jan 2024 19:15:49 -0500 Subject: [PATCH] feat: add manual integration test trigger for debugging (#770) --- .github/workflows/integration.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 27f06463ae..99f9375756 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -1,5 +1,6 @@ on: workflow_call: + workflow_dispatch: concurrency: group: ${{ github.ref }}-integration cancel-in-progress: true