From 9fb39d6bc542a66cfb94fc25db6313eb96c65cb6 Mon Sep 17 00:00:00 2001 From: Karl W Schulz Date: Mon, 11 Mar 2024 15:00:48 -0500 Subject: [PATCH] add concurrency setting Signed-off-by: Karl W Schulz [ROCm/rocprofiler-compute commit: 748904df202b557779af9094b4bf3ea21afae724] --- projects/rocprofiler-compute/.github/workflows/mi-rhel9.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/projects/rocprofiler-compute/.github/workflows/mi-rhel9.yml b/projects/rocprofiler-compute/.github/workflows/mi-rhel9.yml index 8127341de7..1c92580054 100644 --- a/projects/rocprofiler-compute/.github/workflows/mi-rhel9.yml +++ b/projects/rocprofiler-compute/.github/workflows/mi-rhel9.yml @@ -13,6 +13,10 @@ permissions: checks: write pull-requests: write +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + jobs: profile: strategy: