diff --git a/.github/workflows/dev_on_pull_request_title_checker.yml b/.github/workflows/dev_on_pull_request_title_checker.yml index d4f2436bddb..051d8ba2fbe 100644 --- a/.github/workflows/dev_on_pull_request_title_checker.yml +++ b/.github/workflows/dev_on_pull_request_title_checker.yml @@ -18,3 +18,7 @@ jobs: - uses: Slashgear/action-check-pr-title@v4.3.0 with: regexp: '^(\((PC-[0-9]+|BSR)\) )?(build|lint|ci|docs|feat|fix|perf|refactor|test|chore)\(\w+\): \w+' + job_status: + if: ${{ always() }} + needs: check + run: echo ${{steps.web_proxy_deploy.outputs.status}}