Try only build,yml

This commit is contained in:
Christian Semmler 2025-03-05 15:09:24 -07:00
parent bd0119c9e2
commit c42598bacf
4 changed files with 0 additions and 16 deletions

View File

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

View File

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

View File

@ -3,10 +3,6 @@ name: Download legobin
on:
workflow_call:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
fetch:
runs-on: ubuntu-latest

View File

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