Skip to content

fix: Clean up pods of fulfilled nodes when workflow manual retry. Fix… #2862

fix: Clean up pods of fulfilled nodes when workflow manual retry. Fix…

fix: Clean up pods of fulfilled nodes when workflow manual retry. Fix… #2862

Workflow file for this run

name: PR
on:
pull_request_target:
types:
- opened
- edited
- reopened
- synchronize
permissions:
contents: read
jobs:
title-check:
runs-on: ubuntu-latest
steps:
- name: Check PR Title's semantic conformance
uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}