Skip to content

Commit

Permalink
Configure concurrency in build
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Oct 10, 2023
1 parent 2747196 commit 086e2bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
env:
DEFAULT_JAVA: 17
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.java }}
cancel-in-progress: true

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 086e2bf

Please sign in to comment.