Skip to content

Commit

Permalink
Fix all the workflow pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
wanliAlex committed Jan 19, 2024
1 parent 9332dd9 commit 647994a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cpu_local_marqo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ on:
required: false
default: marqo
description: >
They py-marqo branch this test is running against.
This is optional. If left as the default value "marqo", we run the test based on the
latest release of py-marqo on pypi. Otherwise, the specified branch is tested. For example "mainline"
api_tests_branch:
required: false
default: mainline
description: >
They api-tests branch this test is running against.
This is optional. If left as the default value "mainline", we run the api tests based at branch
"mainline". Otherwise, the specified branch is tested. For example "li/test-xx"
image_to_test:
Expand Down

0 comments on commit 647994a

Please sign in to comment.