diff --git a/.github/workflows/dev_on_pull_request_title_checker.yml b/.github/workflows/dev_on_pull_request_title_checker.yml index d4f2436bddb..af35e4c3481 100644 --- a/.github/workflows/dev_on_pull_request_title_checker.yml +++ b/.github/workflows/dev_on_pull_request_title_checker.yml @@ -18,3 +18,12 @@ 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: + runs-on: ubuntu-22.04 + if: ${{ always() }} + needs: check + steps: + - name: Dump steps context + env: + STEPS_CONTEXT: ${{ toJson(steps) }} + run: echo "$STEPS_CONTEXT"