@@ -38,7 +38,7 @@ jobs:
echo "start test"
cd tools && python ocr_badcase.py pdf_json_label_0306.json ocr_dataset.json json_files.zip output.json
notify_to_feishu:
- if: ${{ always() && !cancelled() && contains(needs.*.result, 'failure') && (github.ref_name == 'master') }}
+ if: ${{ (github.ref_name == 'master') }}
needs: [pdf-test]
runs-on: [pdf]
steps: