Skip to content

Commit

Permalink
Add "concurrency" setting for GHA workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bernd committed Nov 10, 2023
1 parent f4fc022 commit a4a8637
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
branches:
- "graylog-repackaging"

concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true

jobs:
build:
name: "Build"
Expand Down

0 comments on commit a4a8637

Please sign in to comment.