From 9160304f6df6089824b50df828731ec99ffe79cc Mon Sep 17 00:00:00 2001 From: Jan-Thurner <107639007+Jan-Thurner@users.noreply.github.com> Date: Fri, 16 Aug 2024 11:04:31 +0200 Subject: [PATCH] Hacky workaround to prevent weired grouping together of workflows H2 Tests, Junit Results and Java Architecture Tests --- .github/workflows/analysis-of-endpoint-connections.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/analysis-of-endpoint-connections.yml b/.github/workflows/analysis-of-endpoint-connections.yml index 6665097a17fc..fdaeed435568 100644 --- a/.github/workflows/analysis-of-endpoint-connections.yml +++ b/.github/workflows/analysis-of-endpoint-connections.yml @@ -2,6 +2,11 @@ on: workflow_dispatch: push: +# Hacky workaround to prevent weired grouping together of workflows H2 Tests, Junit Results and Java Architecture Tests +concurrency: + group: analysisOfEndpointConnections-${{ github.run_id }} + cancel-in-progress: false + # Keep in sync with build.yml and test.yml and codeql-analysis.yml env: CI: true