diff --git a/.github/build.yaml.gomplate b/.github/build.yaml.gomplate index 0e96515255d..1181ae37813 100644 --- a/.github/build.yaml.gomplate +++ b/.github/build.yaml.gomplate @@ -949,12 +949,9 @@ name: {{{$config.pipeline}}}-{{{ $config.flavor }}}-{{{ $config.arch }}} on: {{{$config.on | toYAML | indent 1 }}} -# See: https://github.com/actions/runner/issues/1532, https://github.uint.cloudmunity/t/breaking-change-to-concurrency-group-syntax/ -# Temporary associate concurrency with a string only -concurrency: ci-{{{$config.pipeline}}}-{{{ $config.flavor }}}-{{{ $config.arch }}}-${{ github.head_ref || github.ref }}-${{ github.repository }} -#concurrency: -# group: ci-{{{$config.pipeline}}}-{{{ $config.flavor }}}-{{{ $config.arch }}}-${{ github.head_ref || github.ref }}-${{ github.repository }} -# cancel-in-progress: true +concurrency: + group: ci-{{{$config.pipeline}}}-{{{ $config.flavor }}}-{{{ $config.arch }}}-${{ github.head_ref || github.ref }}-${{ github.repository }} + cancel-in-progress: true jobs: {{{- if (has $config "build_examples_dir") }}} diff --git a/.github/workflows/build-examples-green-x86_64.yaml b/.github/workflows/build-examples-green-x86_64.yaml index f10048c36de..d7ead598f60 100644 --- a/.github/workflows/build-examples-green-x86_64.yaml +++ b/.github/workflows/build-examples-green-x86_64.yaml @@ -12,12 +12,9 @@ on: push: branches: - master -# See: https://github.com/actions/runner/issues/1532, https://github.uint.cloudmunity/t/breaking-change-to-concurrency-group-syntax/ -# Temporary associate concurrency with a string only -concurrency: ci-Examples-green-x86_64-${{ github.head_ref || github.ref }}-${{ github.repository }} -#concurrency: -# group: ci-Examples-green-x86_64-${{ github.head_ref || github.ref }}-${{ github.repository }} -# cancel-in-progress: true +concurrency: + group: ci-Examples-green-x86_64-${{ github.head_ref || github.ref }}-${{ github.repository }} + cancel-in-progress: true jobs: docker-build-example-cos-official: runs-on: ubuntu-latest diff --git a/.github/workflows/build-master-blue-arm64.yaml b/.github/workflows/build-master-blue-arm64.yaml index 127ad2c3bd3..08c51cd12ac 100644 --- a/.github/workflows/build-master-blue-arm64.yaml +++ b/.github/workflows/build-master-blue-arm64.yaml @@ -3,12 +3,9 @@ on: push: branches: - master -# See: https://github.com/actions/runner/issues/1532, https://github.uint.cloudmunity/t/breaking-change-to-concurrency-group-syntax/ -# Temporary associate concurrency with a string only -concurrency: ci-master-blue-arm64-${{ github.head_ref || github.ref }}-${{ github.repository }} -#concurrency: -# group: ci-master-blue-arm64-${{ github.head_ref || github.ref }}-${{ github.repository }} -# cancel-in-progress: true +concurrency: + group: ci-master-blue-arm64-${{ github.head_ref || github.ref }}-${{ github.repository }} + cancel-in-progress: true jobs: build-blue-arm64: runs-on: [self-hosted, arm64] diff --git a/.github/workflows/build-master-blue-x86_64.yaml b/.github/workflows/build-master-blue-x86_64.yaml index 1ba0856c93f..3a2fcce525b 100644 --- a/.github/workflows/build-master-blue-x86_64.yaml +++ b/.github/workflows/build-master-blue-x86_64.yaml @@ -3,12 +3,9 @@ on: push: branches: - master -# See: https://github.com/actions/runner/issues/1532, https://github.uint.cloudmunity/t/breaking-change-to-concurrency-group-syntax/ -# Temporary associate concurrency with a string only -concurrency: ci-master-blue-x86_64-${{ github.head_ref || github.ref }}-${{ github.repository }} -#concurrency: -# group: ci-master-blue-x86_64-${{ github.head_ref || github.ref }}-${{ github.repository }} -# cancel-in-progress: true +concurrency: + group: ci-master-blue-x86_64-${{ github.head_ref || github.ref }}-${{ github.repository }} + cancel-in-progress: true jobs: docker-build-blue: runs-on: ubuntu-latest diff --git a/.github/workflows/build-master-green-arm64.yaml b/.github/workflows/build-master-green-arm64.yaml index 6f326bfd07c..7b9c0082f7e 100644 --- a/.github/workflows/build-master-green-arm64.yaml +++ b/.github/workflows/build-master-green-arm64.yaml @@ -3,12 +3,9 @@ on: push: branches: - master -# See: https://github.com/actions/runner/issues/1532, https://github.uint.cloudmunity/t/breaking-change-to-concurrency-group-syntax/ -# Temporary associate concurrency with a string only -concurrency: ci-master-green-arm64-${{ github.head_ref || github.ref }}-${{ github.repository }} -#concurrency: -# group: ci-master-green-arm64-${{ github.head_ref || github.ref }}-${{ github.repository }} -# cancel-in-progress: true +concurrency: + group: ci-master-green-arm64-${{ github.head_ref || github.ref }}-${{ github.repository }} + cancel-in-progress: true jobs: build-green-arm64: runs-on: [self-hosted, arm64] diff --git a/.github/workflows/build-master-green-x86_64.yaml b/.github/workflows/build-master-green-x86_64.yaml index 9d6d9e0f1f7..dac9d2884b6 100644 --- a/.github/workflows/build-master-green-x86_64.yaml +++ b/.github/workflows/build-master-green-x86_64.yaml @@ -3,12 +3,9 @@ on: push: branches: - master -# See: https://github.com/actions/runner/issues/1532, https://github.uint.cloudmunity/t/breaking-change-to-concurrency-group-syntax/ -# Temporary associate concurrency with a string only -concurrency: ci-master-green-x86_64-${{ github.head_ref || github.ref }}-${{ github.repository }} -#concurrency: -# group: ci-master-green-x86_64-${{ github.head_ref || github.ref }}-${{ github.repository }} -# cancel-in-progress: true +concurrency: + group: ci-master-green-x86_64-${{ github.head_ref || github.ref }}-${{ github.repository }} + cancel-in-progress: true jobs: docker-build-green: runs-on: ubuntu-latest diff --git a/.github/workflows/build-master-orange-arm64.yaml b/.github/workflows/build-master-orange-arm64.yaml index 72fd1e404d3..3fe0f61cccd 100644 --- a/.github/workflows/build-master-orange-arm64.yaml +++ b/.github/workflows/build-master-orange-arm64.yaml @@ -3,12 +3,9 @@ on: push: branches: - master -# See: https://github.com/actions/runner/issues/1532, https://github.uint.cloudmunity/t/breaking-change-to-concurrency-group-syntax/ -# Temporary associate concurrency with a string only -concurrency: ci-master-orange-arm64-${{ github.head_ref || github.ref }}-${{ github.repository }} -#concurrency: -# group: ci-master-orange-arm64-${{ github.head_ref || github.ref }}-${{ github.repository }} -# cancel-in-progress: true +concurrency: + group: ci-master-orange-arm64-${{ github.head_ref || github.ref }}-${{ github.repository }} + cancel-in-progress: true jobs: build-orange-arm64: runs-on: [self-hosted, arm64] diff --git a/.github/workflows/build-master-orange-x86_64.yaml b/.github/workflows/build-master-orange-x86_64.yaml index 41c487c064e..544425b1579 100644 --- a/.github/workflows/build-master-orange-x86_64.yaml +++ b/.github/workflows/build-master-orange-x86_64.yaml @@ -3,12 +3,9 @@ on: push: branches: - master -# See: https://github.com/actions/runner/issues/1532, https://github.uint.cloudmunity/t/breaking-change-to-concurrency-group-syntax/ -# Temporary associate concurrency with a string only -concurrency: ci-master-orange-x86_64-${{ github.head_ref || github.ref }}-${{ github.repository }} -#concurrency: -# group: ci-master-orange-x86_64-${{ github.head_ref || github.ref }}-${{ github.repository }} -# cancel-in-progress: true +concurrency: + group: ci-master-orange-x86_64-${{ github.head_ref || github.ref }}-${{ github.repository }} + cancel-in-progress: true jobs: docker-build-orange: runs-on: ubuntu-latest diff --git a/.github/workflows/build-nightly-blue-x86_64.yaml b/.github/workflows/build-nightly-blue-x86_64.yaml index 7e18ca5a609..ceb2c00ab9b 100644 --- a/.github/workflows/build-nightly-blue-x86_64.yaml +++ b/.github/workflows/build-nightly-blue-x86_64.yaml @@ -2,12 +2,9 @@ name: nightly-blue-x86_64 on: schedule: - cron: 0 20 * * * -# See: https://github.com/actions/runner/issues/1532, https://github.uint.cloudmunity/t/breaking-change-to-concurrency-group-syntax/ -# Temporary associate concurrency with a string only -concurrency: ci-nightly-blue-x86_64-${{ github.head_ref || github.ref }}-${{ github.repository }} -#concurrency: -# group: ci-nightly-blue-x86_64-${{ github.head_ref || github.ref }}-${{ github.repository }} -# cancel-in-progress: true +concurrency: + group: ci-nightly-blue-x86_64-${{ github.head_ref || github.ref }}-${{ github.repository }} + cancel-in-progress: true jobs: docker-build-blue: runs-on: ubuntu-latest diff --git a/.github/workflows/build-nightly-green-x86_64.yaml b/.github/workflows/build-nightly-green-x86_64.yaml index 873fffbb1f2..abcc5714d72 100644 --- a/.github/workflows/build-nightly-green-x86_64.yaml +++ b/.github/workflows/build-nightly-green-x86_64.yaml @@ -2,12 +2,9 @@ name: nightly-green-x86_64 on: schedule: - cron: 0 20 * * * -# See: https://github.com/actions/runner/issues/1532, https://github.uint.cloudmunity/t/breaking-change-to-concurrency-group-syntax/ -# Temporary associate concurrency with a string only -concurrency: ci-nightly-green-x86_64-${{ github.head_ref || github.ref }}-${{ github.repository }} -#concurrency: -# group: ci-nightly-green-x86_64-${{ github.head_ref || github.ref }}-${{ github.repository }} -# cancel-in-progress: true +concurrency: + group: ci-nightly-green-x86_64-${{ github.head_ref || github.ref }}-${{ github.repository }} + cancel-in-progress: true jobs: docker-build-green: runs-on: ubuntu-latest diff --git a/.github/workflows/build-nightly-orange-x86_64.yaml b/.github/workflows/build-nightly-orange-x86_64.yaml index d8df1622c8a..9a577650501 100644 --- a/.github/workflows/build-nightly-orange-x86_64.yaml +++ b/.github/workflows/build-nightly-orange-x86_64.yaml @@ -2,12 +2,9 @@ name: nightly-orange-x86_64 on: schedule: - cron: 0 20 * * * -# See: https://github.com/actions/runner/issues/1532, https://github.uint.cloudmunity/t/breaking-change-to-concurrency-group-syntax/ -# Temporary associate concurrency with a string only -concurrency: ci-nightly-orange-x86_64-${{ github.head_ref || github.ref }}-${{ github.repository }} -#concurrency: -# group: ci-nightly-orange-x86_64-${{ github.head_ref || github.ref }}-${{ github.repository }} -# cancel-in-progress: true +concurrency: + group: ci-nightly-orange-x86_64-${{ github.head_ref || github.ref }}-${{ github.repository }} + cancel-in-progress: true jobs: docker-build-orange: runs-on: ubuntu-latest diff --git a/.github/workflows/build-pr-blue-arm64.yaml b/.github/workflows/build-pr-blue-arm64.yaml index fdee2bb9722..db83e989998 100644 --- a/.github/workflows/build-pr-blue-arm64.yaml +++ b/.github/workflows/build-pr-blue-arm64.yaml @@ -4,12 +4,9 @@ on: types: - labeled - synchronize -# See: https://github.com/actions/runner/issues/1532, https://github.uint.cloudmunity/t/breaking-change-to-concurrency-group-syntax/ -# Temporary associate concurrency with a string only -concurrency: ci-PR-blue-arm64-${{ github.head_ref || github.ref }}-${{ github.repository }} -#concurrency: -# group: ci-PR-blue-arm64-${{ github.head_ref || github.ref }}-${{ github.repository }} -# cancel-in-progress: true +concurrency: + group: ci-PR-blue-arm64-${{ github.head_ref || github.ref }}-${{ github.repository }} + cancel-in-progress: true jobs: build-blue-arm64: runs-on: [self-hosted, arm64] diff --git a/.github/workflows/build-pr-blue-x86_64.yaml b/.github/workflows/build-pr-blue-x86_64.yaml index 9946456ea65..1adf01dc0cf 100644 --- a/.github/workflows/build-pr-blue-x86_64.yaml +++ b/.github/workflows/build-pr-blue-x86_64.yaml @@ -8,12 +8,9 @@ on: - .github/** - Makefile - tests/** -# See: https://github.com/actions/runner/issues/1532, https://github.uint.cloudmunity/t/breaking-change-to-concurrency-group-syntax/ -# Temporary associate concurrency with a string only -concurrency: ci-PR-blue-x86_64-${{ github.head_ref || github.ref }}-${{ github.repository }} -#concurrency: -# group: ci-PR-blue-x86_64-${{ github.head_ref || github.ref }}-${{ github.repository }} -# cancel-in-progress: true +concurrency: + group: ci-PR-blue-x86_64-${{ github.head_ref || github.ref }}-${{ github.repository }} + cancel-in-progress: true jobs: build-blue-x86_64: runs-on: ubuntu-latest diff --git a/.github/workflows/build-pr-docker-blue-x86_64.yaml b/.github/workflows/build-pr-docker-blue-x86_64.yaml index edbe5cae92d..9b4ceac7185 100644 --- a/.github/workflows/build-pr-docker-blue-x86_64.yaml +++ b/.github/workflows/build-pr-docker-blue-x86_64.yaml @@ -8,12 +8,9 @@ on: - .github/** - Makefile - tests/** -# See: https://github.com/actions/runner/issues/1532, https://github.uint.cloudmunity/t/breaking-change-to-concurrency-group-syntax/ -# Temporary associate concurrency with a string only -concurrency: ci-docker-blue-x86_64-${{ github.head_ref || github.ref }}-${{ github.repository }} -#concurrency: -# group: ci-docker-blue-x86_64-${{ github.head_ref || github.ref }}-${{ github.repository }} -# cancel-in-progress: true +concurrency: + group: ci-docker-blue-x86_64-${{ github.head_ref || github.ref }}-${{ github.repository }} + cancel-in-progress: true jobs: docker-build-blue: runs-on: ubuntu-latest diff --git a/.github/workflows/build-pr-docker-green-x86_64.yaml b/.github/workflows/build-pr-docker-green-x86_64.yaml index cd4134149f4..e4bfc7f46fc 100644 --- a/.github/workflows/build-pr-docker-green-x86_64.yaml +++ b/.github/workflows/build-pr-docker-green-x86_64.yaml @@ -8,12 +8,9 @@ on: - .github/** - Makefile - tests/** -# See: https://github.com/actions/runner/issues/1532, https://github.uint.cloudmunity/t/breaking-change-to-concurrency-group-syntax/ -# Temporary associate concurrency with a string only -concurrency: ci-docker-green-x86_64-${{ github.head_ref || github.ref }}-${{ github.repository }} -#concurrency: -# group: ci-docker-green-x86_64-${{ github.head_ref || github.ref }}-${{ github.repository }} -# cancel-in-progress: true +concurrency: + group: ci-docker-green-x86_64-${{ github.head_ref || github.ref }}-${{ github.repository }} + cancel-in-progress: true jobs: docker-build-green: runs-on: ubuntu-latest diff --git a/.github/workflows/build-pr-docker-orange-x86_64.yaml b/.github/workflows/build-pr-docker-orange-x86_64.yaml index 9fa7f57960e..b45ab635df2 100644 --- a/.github/workflows/build-pr-docker-orange-x86_64.yaml +++ b/.github/workflows/build-pr-docker-orange-x86_64.yaml @@ -8,12 +8,9 @@ on: - .github/** - Makefile - tests/** -# See: https://github.com/actions/runner/issues/1532, https://github.uint.cloudmunity/t/breaking-change-to-concurrency-group-syntax/ -# Temporary associate concurrency with a string only -concurrency: ci-docker-orange-x86_64-${{ github.head_ref || github.ref }}-${{ github.repository }} -#concurrency: -# group: ci-docker-orange-x86_64-${{ github.head_ref || github.ref }}-${{ github.repository }} -# cancel-in-progress: true +concurrency: + group: ci-docker-orange-x86_64-${{ github.head_ref || github.ref }}-${{ github.repository }} + cancel-in-progress: true jobs: docker-build-orange: runs-on: ubuntu-latest diff --git a/.github/workflows/build-pr-green-arm64.yaml b/.github/workflows/build-pr-green-arm64.yaml index 61ee3eff803..80efff4cf7e 100644 --- a/.github/workflows/build-pr-green-arm64.yaml +++ b/.github/workflows/build-pr-green-arm64.yaml @@ -4,12 +4,9 @@ on: types: - labeled - synchronize -# See: https://github.com/actions/runner/issues/1532, https://github.uint.cloudmunity/t/breaking-change-to-concurrency-group-syntax/ -# Temporary associate concurrency with a string only -concurrency: ci-PR-green-arm64-${{ github.head_ref || github.ref }}-${{ github.repository }} -#concurrency: -# group: ci-PR-green-arm64-${{ github.head_ref || github.ref }}-${{ github.repository }} -# cancel-in-progress: true +concurrency: + group: ci-PR-green-arm64-${{ github.head_ref || github.ref }}-${{ github.repository }} + cancel-in-progress: true jobs: build-green-arm64: runs-on: [self-hosted, arm64] diff --git a/.github/workflows/build-pr-green-x86_64.yaml b/.github/workflows/build-pr-green-x86_64.yaml index 3b731409afa..d65047f6da7 100644 --- a/.github/workflows/build-pr-green-x86_64.yaml +++ b/.github/workflows/build-pr-green-x86_64.yaml @@ -8,12 +8,9 @@ on: - .github/** - Makefile - tests/** -# See: https://github.com/actions/runner/issues/1532, https://github.uint.cloudmunity/t/breaking-change-to-concurrency-group-syntax/ -# Temporary associate concurrency with a string only -concurrency: ci-PR-green-x86_64-${{ github.head_ref || github.ref }}-${{ github.repository }} -#concurrency: -# group: ci-PR-green-x86_64-${{ github.head_ref || github.ref }}-${{ github.repository }} -# cancel-in-progress: true +concurrency: + group: ci-PR-green-x86_64-${{ github.head_ref || github.ref }}-${{ github.repository }} + cancel-in-progress: true jobs: build-green-x86_64: runs-on: ubuntu-latest diff --git a/.github/workflows/build-pr-orange-arm64.yaml b/.github/workflows/build-pr-orange-arm64.yaml index f3596a6ceb2..8c0f9fe7fbe 100644 --- a/.github/workflows/build-pr-orange-arm64.yaml +++ b/.github/workflows/build-pr-orange-arm64.yaml @@ -4,12 +4,9 @@ on: types: - labeled - synchronize -# See: https://github.com/actions/runner/issues/1532, https://github.uint.cloudmunity/t/breaking-change-to-concurrency-group-syntax/ -# Temporary associate concurrency with a string only -concurrency: ci-PR-orange-arm64-${{ github.head_ref || github.ref }}-${{ github.repository }} -#concurrency: -# group: ci-PR-orange-arm64-${{ github.head_ref || github.ref }}-${{ github.repository }} -# cancel-in-progress: true +concurrency: + group: ci-PR-orange-arm64-${{ github.head_ref || github.ref }}-${{ github.repository }} + cancel-in-progress: true jobs: build-orange-arm64: runs-on: [self-hosted, arm64] diff --git a/.github/workflows/build-pr-orange-x86_64.yaml b/.github/workflows/build-pr-orange-x86_64.yaml index 938254f6873..932349bf8ec 100644 --- a/.github/workflows/build-pr-orange-x86_64.yaml +++ b/.github/workflows/build-pr-orange-x86_64.yaml @@ -8,12 +8,9 @@ on: - .github/** - Makefile - tests/** -# See: https://github.com/actions/runner/issues/1532, https://github.uint.cloudmunity/t/breaking-change-to-concurrency-group-syntax/ -# Temporary associate concurrency with a string only -concurrency: ci-PR-orange-x86_64-${{ github.head_ref || github.ref }}-${{ github.repository }} -#concurrency: -# group: ci-PR-orange-x86_64-${{ github.head_ref || github.ref }}-${{ github.repository }} -# cancel-in-progress: true +concurrency: + group: ci-PR-orange-x86_64-${{ github.head_ref || github.ref }}-${{ github.repository }} + cancel-in-progress: true jobs: build-orange-x86_64: runs-on: ubuntu-latest diff --git a/.github/workflows/build-releases-blue-arm64.yaml b/.github/workflows/build-releases-blue-arm64.yaml index 2ab5f31d2d2..50d6f1cfdb7 100644 --- a/.github/workflows/build-releases-blue-arm64.yaml +++ b/.github/workflows/build-releases-blue-arm64.yaml @@ -3,12 +3,9 @@ on: push: tags: - v* -# See: https://github.com/actions/runner/issues/1532, https://github.uint.cloudmunity/t/breaking-change-to-concurrency-group-syntax/ -# Temporary associate concurrency with a string only -concurrency: ci-release-blue-arm64-${{ github.head_ref || github.ref }}-${{ github.repository }} -#concurrency: -# group: ci-release-blue-arm64-${{ github.head_ref || github.ref }}-${{ github.repository }} -# cancel-in-progress: true +concurrency: + group: ci-release-blue-arm64-${{ github.head_ref || github.ref }}-${{ github.repository }} + cancel-in-progress: true jobs: build-blue-arm64: runs-on: [self-hosted, arm64] diff --git a/.github/workflows/build-releases-blue-x86_64.yaml b/.github/workflows/build-releases-blue-x86_64.yaml index 8195f98642e..0a6a2d84b72 100644 --- a/.github/workflows/build-releases-blue-x86_64.yaml +++ b/.github/workflows/build-releases-blue-x86_64.yaml @@ -3,12 +3,9 @@ on: push: tags: - v* -# See: https://github.com/actions/runner/issues/1532, https://github.uint.cloudmunity/t/breaking-change-to-concurrency-group-syntax/ -# Temporary associate concurrency with a string only -concurrency: ci-release-blue-x86_64-${{ github.head_ref || github.ref }}-${{ github.repository }} -#concurrency: -# group: ci-release-blue-x86_64-${{ github.head_ref || github.ref }}-${{ github.repository }} -# cancel-in-progress: true +concurrency: + group: ci-release-blue-x86_64-${{ github.head_ref || github.ref }}-${{ github.repository }} + cancel-in-progress: true jobs: docker-build-blue: runs-on: ubuntu-latest diff --git a/.github/workflows/build-releases-green-arm64.yaml b/.github/workflows/build-releases-green-arm64.yaml index 2e435cb72d4..209c4811d91 100644 --- a/.github/workflows/build-releases-green-arm64.yaml +++ b/.github/workflows/build-releases-green-arm64.yaml @@ -3,12 +3,9 @@ on: push: tags: - v* -# See: https://github.com/actions/runner/issues/1532, https://github.uint.cloudmunity/t/breaking-change-to-concurrency-group-syntax/ -# Temporary associate concurrency with a string only -concurrency: ci-release-green-arm64-${{ github.head_ref || github.ref }}-${{ github.repository }} -#concurrency: -# group: ci-release-green-arm64-${{ github.head_ref || github.ref }}-${{ github.repository }} -# cancel-in-progress: true +concurrency: + group: ci-release-green-arm64-${{ github.head_ref || github.ref }}-${{ github.repository }} + cancel-in-progress: true jobs: build-green-arm64: runs-on: [self-hosted, arm64] diff --git a/.github/workflows/build-releases-green-x86_64.yaml b/.github/workflows/build-releases-green-x86_64.yaml index 9bddc25369c..af1d3221651 100644 --- a/.github/workflows/build-releases-green-x86_64.yaml +++ b/.github/workflows/build-releases-green-x86_64.yaml @@ -3,12 +3,9 @@ on: push: tags: - v* -# See: https://github.com/actions/runner/issues/1532, https://github.uint.cloudmunity/t/breaking-change-to-concurrency-group-syntax/ -# Temporary associate concurrency with a string only -concurrency: ci-release-green-x86_64-${{ github.head_ref || github.ref }}-${{ github.repository }} -#concurrency: -# group: ci-release-green-x86_64-${{ github.head_ref || github.ref }}-${{ github.repository }} -# cancel-in-progress: true +concurrency: + group: ci-release-green-x86_64-${{ github.head_ref || github.ref }}-${{ github.repository }} + cancel-in-progress: true jobs: docker-build-green: runs-on: ubuntu-latest diff --git a/.github/workflows/build-releases-orange-arm64.yaml b/.github/workflows/build-releases-orange-arm64.yaml index 5ddefd95896..1c34c02e1b2 100644 --- a/.github/workflows/build-releases-orange-arm64.yaml +++ b/.github/workflows/build-releases-orange-arm64.yaml @@ -3,12 +3,9 @@ on: push: tags: - v* -# See: https://github.com/actions/runner/issues/1532, https://github.uint.cloudmunity/t/breaking-change-to-concurrency-group-syntax/ -# Temporary associate concurrency with a string only -concurrency: ci-release-orange-arm64-${{ github.head_ref || github.ref }}-${{ github.repository }} -#concurrency: -# group: ci-release-orange-arm64-${{ github.head_ref || github.ref }}-${{ github.repository }} -# cancel-in-progress: true +concurrency: + group: ci-release-orange-arm64-${{ github.head_ref || github.ref }}-${{ github.repository }} + cancel-in-progress: true jobs: build-orange-arm64: runs-on: [self-hosted, arm64] diff --git a/.github/workflows/build-releases-orange-x86_64.yaml b/.github/workflows/build-releases-orange-x86_64.yaml index 5e305722b7b..07bbebc4828 100644 --- a/.github/workflows/build-releases-orange-x86_64.yaml +++ b/.github/workflows/build-releases-orange-x86_64.yaml @@ -3,12 +3,9 @@ on: push: tags: - v* -# See: https://github.com/actions/runner/issues/1532, https://github.uint.cloudmunity/t/breaking-change-to-concurrency-group-syntax/ -# Temporary associate concurrency with a string only -concurrency: ci-release-orange-x86_64-${{ github.head_ref || github.ref }}-${{ github.repository }} -#concurrency: -# group: ci-release-orange-x86_64-${{ github.head_ref || github.ref }}-${{ github.repository }} -# cancel-in-progress: true +concurrency: + group: ci-release-orange-x86_64-${{ github.head_ref || github.ref }}-${{ github.repository }} + cancel-in-progress: true jobs: docker-build-orange: runs-on: ubuntu-latest