This commit is contained in:
Christian Semmler 2025-03-09 14:34:30 -07:00
parent 7dd3272da2
commit 94f9484aea
2 changed files with 8 additions and 0 deletions

View File

@ -2,6 +2,10 @@ name: Analyze
on: [push, pull_request] on: [push, pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs: jobs:
decomplint-isle: decomplint-isle:
name: ${{ matrix.who }} annotations name: ${{ matrix.who }} annotations

View File

@ -2,6 +2,10 @@ name: Format
on: [push, pull_request] on: [push, pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs: jobs:
clang-format: clang-format:
name: C++ name: C++