chore(ci): concurrency groups are broken with slab

This commit is contained in:
Quentin Bourgerie
2023-03-15 18:43:43 +01:00
parent d88e27158c
commit e36e2bd340
4 changed files with 12 additions and 12 deletions

View File

@@ -20,9 +20,9 @@ on:
description: 'Slab request ID'
type: string
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
# concurrency:
# group: ${{ github.workflow }}-${{ github.ref }}
# cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
env:
CARGO_TERM_COLOR: always

View File

@@ -22,9 +22,9 @@ on:
description: 'Build matrix item'
type: string
concurrency:
group: compiler_build_and_test_cpu-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
# concurrency:
# group: compiler_build_and_test_cpu-${{ github.ref }}
# cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
env:
DOCKER_IMAGE_TEST: ghcr.io/zama-ai/concrete-compiler

View File

@@ -22,9 +22,9 @@ on:
description: 'Build matrix item'
type: string
concurrency:
group: compiler_build_and_test_gpu-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
# concurrency:
# group: compiler_build_and_test_gpu-${{ github.ref }}
# cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
env:
DOCKER_IMAGE_TEST: ghcr.io/zama-ai/concrete-compiler

View File

@@ -23,9 +23,9 @@ on:
description: 'Build matrix item'
type: string
concurrency:
group: compiler_publish_docker_images-${{ github.ref }}
cancel-in-progress: true
# concurrency:
# group: compiler_publish_docker_images-${{ github.ref }}
# cancel-in-progress: true
env:
THIS_FILE: .github/workflows/compiler_publish_docker_images.yml