From 6681df91bfb96191c6bbea6dc7be8d48994c66d3 Mon Sep 17 00:00:00 2001 From: Sunil Kumar Dash <47926185+sunilkumardash9@users.noreply.github.com> Date: Thu, 14 Sep 2023 10:43:18 +0530 Subject: [PATCH] Enable manual workflow trigger (#1036) ## Description of changes *Summarize the changes made by this PR.* - Added a workflow_dispatch to manually trigger test workflows - will be good for development experience --------- Signed-off-by: sunilkumardash9 --- .github/workflows/chroma-client-integration-test.yml | 3 ++- .github/workflows/chroma-integration-test.yml | 1 + .github/workflows/chroma-test.yml | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/chroma-client-integration-test.yml b/.github/workflows/chroma-client-integration-test.yml index a4e70d13baf..25788090ef2 100644 --- a/.github/workflows/chroma-client-integration-test.yml +++ b/.github/workflows/chroma-client-integration-test.yml @@ -8,7 +8,8 @@ on: branches: - main - '**' - + workflow_dispatch: + jobs: test: timeout-minutes: 90 diff --git a/.github/workflows/chroma-integration-test.yml b/.github/workflows/chroma-integration-test.yml index 91628d6f545..963a7b6ed63 100644 --- a/.github/workflows/chroma-integration-test.yml +++ b/.github/workflows/chroma-integration-test.yml @@ -9,6 +9,7 @@ on: branches: - main - '**' + workflow_dispatch: jobs: test: diff --git a/.github/workflows/chroma-test.yml b/.github/workflows/chroma-test.yml index e0d44c2d647..90ff2b66940 100644 --- a/.github/workflows/chroma-test.yml +++ b/.github/workflows/chroma-test.yml @@ -9,6 +9,7 @@ on: branches: - main - '**' + workflow_dispatch: jobs: test: