ci: skip Slack Mantis comments without artifacts · openclaw/openclaw@04442f4
steipete
·
2026-05-05
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -343,7 +343,7 @@ jobs:
|
343 | 343 | permission-pull-requests: write |
344 | 344 | |
345 | 345 | - name: Comment PR with inline QA evidence |
346 | | -if: ${{ always() && inputs.pr_number != '' && steps.run_mantis.outputs.output_dir != '' }} |
| 346 | +if: ${{ always() && inputs.pr_number != '' && steps.run_mantis.outputs.output_dir != '' && steps.upload_artifact.outputs.artifact-url != '' }} |
347 | 347 | env: |
348 | 348 | GH_TOKEN: ${{ steps.mantis_app_token.outputs.token }} |
349 | 349 | TARGET_PR: ${{ inputs.pr_number }} |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。