Skip to content

Commit

Permalink
configure concurrency for »Spring Boot« workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
agebhar1 committed Nov 30, 2024
1 parent 978565a commit cbdf94f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/spring-boot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
- 'spring-boot/**'
- '.github/workflows/spring-boot.yml'

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

jobs:
build-java:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit cbdf94f

Please sign in to comment.