chore(ci): Remove pre conditions for releasing since there are some flaky test

This commit is contained in:
Quentin Bourgerie
2023-04-12 07:51:49 +02:00
parent bcae1ebd1e
commit 6f06757218
2 changed files with 4 additions and 4 deletions

View File

@@ -19,9 +19,9 @@ on:
description: 'Slab request ID'
type: string
concurrency:
group: concrete_python_tests_linux-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
# concurrency:
# group: concrete_python_tests_linux-${{ github.ref }}
# cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
env:
DOCKER_IMAGE_TEST: ghcr.io/zama-ai/concrete-compiler

View File

@@ -266,7 +266,7 @@ jobs:
user_inputs: 'nightly'
concrete-python-public-release:
needs: [compiler-cpu-build, compiler-macos-tests, compiler-publish-docker-images, concrete-python-tests-linux, concrete-python-tests-macos]
# needs: [compiler-cpu-build, compiler-macos-tests, compiler-publish-docker-images, concrete-python-tests-linux, concrete-python-tests-macos]
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
uses: ./.github/workflows/start_slab.yml
secrets: inherit