diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 44aa04b594..758c83bba3 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -6,6 +6,10 @@ on: branches: - "graylog-repackaging" +concurrency: + group: "${{ github.workflow }}-${{ github.ref }}" + cancel-in-progress: true + jobs: build: name: "Build"