From fec3d4c22d431d998ebe5691f30cb6f6000ead55 Mon Sep 17 00:00:00 2001 From: Timo Notheisen <65653426+tnotheis@users.noreply.github.com> Date: Tue, 21 May 2024 21:16:10 +0200 Subject: [PATCH] Add test pipeline to concurrency group (#663) --- .github/workflows/test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ace1811e83..bee83b7685 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,6 +7,10 @@ on: tags-ignore: - "**" +concurrency: + group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }} + cancel-in-progress: true + jobs: run-adminUi-checks: runs-on: ubuntu-latest