diff --git a/.github/workflows/analyze.yml b/.github/workflows/analyze.yml index b42393ab..2a25072a 100644 --- a/.github/workflows/analyze.yml +++ b/.github/workflows/analyze.yml @@ -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 diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 0c351c79..74424665 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -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++ diff --git a/.github/workflows/legobin.yml b/.github/workflows/legobin.yml index c41c0c10..0fcf175f 100644 --- a/.github/workflows/legobin.yml +++ b/.github/workflows/legobin.yml @@ -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 diff --git a/.github/workflows/naming.yml b/.github/workflows/naming.yml index 6c01e9dc..15d57553 100644 --- a/.github/workflows/naming.yml +++ b/.github/workflows/naming.yml @@ -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++