From a5688c2eae174534d0b656e04428a3d6da0955ca Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Sun, 9 Mar 2025 14:41:34 -0700 Subject: [PATCH] Remove space --- .github/workflows/analyze.yml | 4 ---- .github/workflows/build.yml | 4 ---- .github/workflows/compare.yml | 2 +- .github/workflows/format.yml | 4 ---- .github/workflows/naming.yml | 4 ---- 5 files changed, 1 insertion(+), 17 deletions(-) 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/build.yml b/.github/workflows/build.yml index bd7248bf..bbb04202 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,10 +2,6 @@ name: Build on: [push, pull_request] -concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} - cancel-in-progress: true - jobs: fetch-deps: name: Download original binaries diff --git a/.github/workflows/compare.yml b/.github/workflows/compare.yml index 960e79c7..357f184b 100644 --- a/.github/workflows/compare.yml +++ b/.github/workflows/compare.yml @@ -51,7 +51,7 @@ jobs: shell: bash run: | # Calculate instance number based on matrix inputs - INSTANCE = $((${{ matrix.high }} << 4 | ${{ matrix.low }})) + INSTANCE=$((${{ matrix.high }} << 4 | ${{ matrix.low }})) # Get the first 8 characters of the SHA (enough for a decent seed) SHA_PREFIX=$(echo "${{ github.sha }}" | cut -c 1-8) 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/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++