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
- reopened
- synchronize
- ready_for_review
paths:
- src/**
- "!README.md"
- "!docs/**"
concurrency:
group: "codestyle-cppcheck-${{ github.event.pull_request.number }}"
cancel-in-progress: true
jobs:
triage:
runs-on: ubuntu-latest