Skip to content

fix: recover stuck workers when an MPExecutor subprocess dies #746

fix: recover stuck workers when an MPExecutor subprocess dies

fix: recover stuck workers when an MPExecutor subprocess dies #746

Workflow file for this run

name: Check PR Title
on:
pull_request:
types: [opened, edited, synchronize]
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check-title:
name: Check PR title
runs-on: self-hosted
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
with:
persist-credentials: false
- uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
with:
version: "0.11.8"
- name: Validate PR title
env:
PR_TITLE: ${{ github.event.pull_request.title }}
run: uv run scripts/ci/check_pr_title.py