From 6c0c465d71d7965c1dc4243fe7615b23eb6e8dc2 Mon Sep 17 00:00:00 2001 From: Dave Skender <8432125+DaveSkender@users.noreply.github.com> Date: Fri, 5 Jul 2024 14:20:06 -0400 Subject: [PATCH] ci: Change perf test concurrency (#1207) --- .github/workflows/test-performance.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test-performance.yml b/.github/workflows/test-performance.yml index b5f40770c..3223a3dbe 100644 --- a/.github/workflows/test-performance.yml +++ b/.github/workflows/test-performance.yml @@ -1,8 +1,7 @@ name: Benchmark performance concurrency: - group: test-performance - cancel-in-progress: true + group: ${{ github.workflow }}-${{ github.ref }} on: workflow_dispatch