We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c39c875 commit f7002fcCopy full SHA for f7002fc
2 files changed
.github/workflows/_example-workflow.yml
@@ -76,6 +76,7 @@ jobs:
76
example: ${{ inputs.example }}
77
hardware: ${{ inputs.node }}
78
use_model_cache: ${{ inputs.use_model_cache }}
79
+ opea_branch: ${{ inputs.opea_branch }}
80
secrets: inherit
81
82
.github/workflows/_run-docker-compose.yml
@@ -32,6 +32,10 @@ on:
32
required: false
33
type: boolean
34
default: false
35
+ opea_branch:
36
+ default: "main"
37
+ required: false
38
+ type: string
39
jobs:
40
get-test-case:
41
runs-on: ubuntu-latest
@@ -169,6 +173,7 @@ jobs:
169
173
FINANCIAL_DATASETS_API_KEY: ${{ secrets.FINANCIAL_DATASETS_API_KEY }}
170
174
IMAGE_REPO: ${{ inputs.registry }}
171
175
IMAGE_TAG: ${{ inputs.tag }}
176
172
177
178
hardware: ${{ inputs.hardware }}
179
test_case: ${{ matrix.test_case }}
0 commit comments