Enable accuracy test for PR labeled with "*accuracy-test" #11
accuracy_test.yaml
on: pull_request
Matrix: model_tests
Waiting for pending jobs
Annotations
1 error
Invalid workflow file:
.github/workflows/accuracy_test.yaml#L74
The workflow is not valid. .github/workflows/accuracy_test.yaml (Line: 74, Col: 18): Unexpected symbol: '{"model_name":"Qwen/Qwen2'. Located at position 399 within expression: fromJSON( github.event_name == 'workflow_dispatch' || (github.event.inputs.models == 'all' && '[{"model_name":"Qwen/Qwen2.5-7B-Instruct"},{"model_name":"Qwen/Qwen2.5-VL-7B-Instruct"},{"model_name":"Qwen/Qwen3-8B-Base"}]') || (github.event.inputs.models != '' && '[{"model_name":"${{ github.event.inputs.models }}"}]') || contains(github.event.pull_req[...] .github/workflows/accuracy_test.yaml (Line: 74, Col: 18): Unexpected value '${{ fromJSON( github.event_name == 'workflow_dispatch' || (github.event.inputs.models == 'all' && '[{"model_name":"Qwen/Qwen2.5-7B-Instruct"},{"model_name":"Qwen/Qwen2.5-VL-7B-Instruct"},{"model_name":"Qwen/Qwen3-8B-Base"}]') || (github.event.inputs.models != '' && '[{"model_name":"${{ github.event.inputs.models }}"}]') || contains(github.event.pull_request.labels.*.name, 'dense-accuracy-test') && [{"model_name":"Qwen/Qw[...]
|