diff --git a/.github/workflows/release_code_and_wheel.yml b/.github/workflows/release_code_and_wheel.yml index e58beeee..961d440b 100644 --- a/.github/workflows/release_code_and_wheel.yml +++ b/.github/workflows/release_code_and_wheel.yml @@ -35,6 +35,10 @@ on: tags: - 'v*' +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + jobs: build_and_release_code: name: release code