diff --git a/.github/workflows/concrete_compiler_test_cpu_distributed.yml b/.github/workflows/concrete_compiler_test_cpu_distributed.yml index f09ca686b6..e836142979 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 }}