From 5d95e7b87285114d431dcc901a3ed53f0676c9be Mon Sep 17 00:00:00 2001 From: Quentin Bourgerie Date: Tue, 12 Nov 2024 13:59:23 +0100 Subject: [PATCH] chore(ci): Disable distributed test waiting slab update --- .../concrete_compiler_test_cpu_distributed.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/concrete_compiler_test_cpu_distributed.yml b/.github/workflows/concrete_compiler_test_cpu_distributed.yml index f09ca686b..e83614297 100644 --- a/.github/workflows/concrete_compiler_test_cpu_distributed.yml +++ b/.github/workflows/concrete_compiler_test_cpu_distributed.yml @@ -2,14 +2,15 @@ name: concrete-compiler test linux-cpu-distributed on: workflow_dispatch: - pull_request: - paths: - - .github/workflows/concrete_compiler_test_cpu_distributed.yml - - compilers/concrete-compiler/** - push: - branches: - - 'main' - - 'release/*' + # Temporary disabled since need slab update + # pull_request: + # paths: + # - .github/workflows/concrete_compiler_test_cpu_distributed.yml + # - compilers/concrete-compiler/** + # push: + # branches: + # - 'main' + # - 'release/*' env: ACTION_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}