Skip to content

Commit

Permalink
Updates concurrency settings in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszlenart authored Sep 30, 2023
1 parent ec9b41d commit b3a2096
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 @@ -15,6 +15,10 @@ on:

permissions: write-all

concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b3a2096

Please sign in to comment.