diff --git a/.github/workflows/ci-bench.yml b/.github/workflows/ci-bench.yml index 34dad34ab..5724c3d39 100644 --- a/.github/workflows/ci-bench.yml +++ b/.github/workflows/ci-bench.yml @@ -14,10 +14,10 @@ permissions: # contents permission to update benchmark contents in gh-pages branch contents: write -# # cancel in-progress job when a new push is performed -# concurrency: -# group: ci-bench-${{ github.workflow }}-${{ github.ref }} -# cancel-in-progress: true +# cancel in-progress job when a new push is performed +concurrency: + group: ci-bench-${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true jobs: benchmark: