Skip to content

Commit

Permalink
name the workflow and remove the hacky solution
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan-Thurner committed Aug 16, 2024
1 parent 9160304 commit 68b3c53
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/analysis-of-endpoint-connections.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
name: Analysis of Endpoint Connections

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
# 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:
Expand Down

0 comments on commit 68b3c53

Please sign in to comment.