From 12cc785f478cc3764d8fdab0cf4cc7b4e506d567 Mon Sep 17 00:00:00 2001 From: Jason DeTiberus <915544+detiber@users.noreply.github.com> Date: Thu, 19 Dec 2024 21:48:12 -0500 Subject: [PATCH] [centos-workstation] add concurrency config --- .github/workflows/build.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 1b39d2eb..82b9a9f9 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -16,6 +16,10 @@ env: permissions: contents: read +concurrency: + group: ${{ github.workflow }}-${{ github.ref || github.run_id }} + cancel-in-progress: true + jobs: build: runs-on: ubuntu-22.04