Update codestyle_cpp.yml for review events and concurrency (#1836)

Include ready_for_review type, to run when draft is converted to ready.

Include concurrency; cancels obsolete tasks on new commits.
This commit is contained in:
SaW
2025-11-18 18:48:52 +01:00
committed by GitHub
parent e88c1b779b
commit bb5ed37cd3

View File

@@ -5,11 +5,16 @@ on:
- opened - opened
- reopened - reopened
- synchronize - synchronize
- ready_for_review
paths: paths:
- src/** - src/**
- "!README.md" - "!README.md"
- "!docs/**" - "!docs/**"
concurrency:
group: "codestyle-cppcheck-${{ github.event.pull_request.number }}"
cancel-in-progress: true
jobs: jobs:
triage: triage:
runs-on: ubuntu-latest runs-on: ubuntu-latest