mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 11:35:02 -05:00
chore(ci): concurrency groups are broken with slab
This commit is contained in:
6
.github/workflows/compiler_benchmark.yml
vendored
6
.github/workflows/compiler_benchmark.yml
vendored
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user