From 23a92d216be7e40034bc92f38408f14e7afc3d70 Mon Sep 17 00:00:00 2001 From: Jan-Thurner <107639007+Jan-Thurner@users.noreply.github.com> Date: Fri, 16 Aug 2024 11:17:17 +0200 Subject: [PATCH] remove commented code --- .github/workflows/analysis-of-endpoint-connections.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/analysis-of-endpoint-connections.yml b/.github/workflows/analysis-of-endpoint-connections.yml index cbcaf128d41e..fb4971663a91 100644 --- a/.github/workflows/analysis-of-endpoint-connections.yml +++ b/.github/workflows/analysis-of-endpoint-connections.yml @@ -4,12 +4,6 @@ on: workflow_dispatch: push: -# Hacky workaround to prevent weired grouping together of workflows H2 Tests, Junit Results and Java Architecture Tests -# This is a workaround for the issue that the workflows are grouped together in the Actions tab, but it does not work -#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