From c7180c94b058f1528306351bcab64ac5fbd2b23c Mon Sep 17 00:00:00 2001 From: Elizabeth Worstell Date: Fri, 12 Jan 2024 16:11:04 -0800 Subject: [PATCH] add manual integration test trigger for debugging --- .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