Unverified Commit ec187a1d authored by quyuan01's avatar quyuan01 Committed by GitHub

Update benchmark.yml

parent eeab739e
...@@ -39,9 +39,7 @@ jobs: ...@@ -39,9 +39,7 @@ jobs:
cd tools && python ocr_badcase.py pdf_json_label_0306.json ocr_dataset.json json_files.zip output.json cd tools && python ocr_badcase.py pdf_json_label_0306.json ocr_dataset.json json_files.zip output.json
notify_to_feishu: notify_to_feishu:
if: ${{ always() && !cancelled() && contains(needs.*.result, 'failure') && (github.ref_name == 'master') }} if: ${{ always() && !cancelled() && contains(needs.*.result, 'failure') && (github.ref_name == 'master') }}
needs: [ needs: [pdf-test]
pdf-test
]
runs-on: [pdf] runs-on: [pdf]
steps: steps:
- name: notify - name: notify
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment