Skip to content

Commit

Permalink
Enable manual workflow trigger (chroma-core#1036)
Browse files Browse the repository at this point in the history
## 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 <[email protected]>
  • Loading branch information
sunilkumardash9 authored and tazarov committed Sep 20, 2023
1 parent 20b36e4 commit d52e5f1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/chroma-client-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ on:
branches:
- main
- '**'

workflow_dispatch:

jobs:
test:
timeout-minutes: 90
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/chroma-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
branches:
- main
- '**'
workflow_dispatch:

jobs:
test:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/chroma-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
branches:
- main
- '**'
workflow_dispatch:

jobs:
test:
Expand Down

0 comments on commit d52e5f1

Please sign in to comment.