From bb5ed37cd3270fc81759e05b3b491670dab59a6d Mon Sep 17 00:00:00 2001 From: SaW Date: Tue, 18 Nov 2025 18:48:52 +0100 Subject: [PATCH] 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. --- .github/workflows/codestyle_cpp.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/codestyle_cpp.yml b/.github/workflows/codestyle_cpp.yml index b868e30b..06573289 100644 --- a/.github/workflows/codestyle_cpp.yml +++ b/.github/workflows/codestyle_cpp.yml @@ -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