diff --git a/.github/workflows/release-embedding-sdk.yml b/.github/workflows/release-embedding-sdk.yml index 5dc3b8b338bc67dbde4b751398d3189ec18fdea4..88d04fa376cad8b9a4ff9feb8b7b26a55149edb2 100644 --- a/.github/workflows/release-embedding-sdk.yml +++ b/.github/workflows/release-embedding-sdk.yml @@ -13,11 +13,11 @@ on: type: string required: true -concurrency: - # We want to ensure only one job is running at a time because - # there could be a conflict when updating the readme file. - group: ${{ github.workflow }} - cancel-in-progress: true +# concurrency: +# # We want to ensure only one job is running at a time because +# # there could be a conflict when updating the readme file. +# group: ${{ github.workflow }} +# cancel-in-progress: true jobs: check-git-tag: