Skip to content

Commit

Permalink
feat: add concurrency control to build
Browse files Browse the repository at this point in the history
  • Loading branch information
metacosm committed Feb 14, 2024
1 parent 74a04f1 commit 18630f6
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 @@ -14,6 +14,10 @@ on:
pull_request:
branches: [ "main" ]

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

jobs:
build:

Expand Down

0 comments on commit 18630f6

Please sign in to comment.