Skip to content

Commit

Permalink
Add concurrency group
Browse files Browse the repository at this point in the history
  • Loading branch information
OptimumCode committed Jun 30, 2024
1 parent 2a3fbf7 commit 7cb1140
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on: [push, pull_request]
env:
GRADLE_OPTS: "-Dorg.gradle.internal.launcher.welcomeMessageEnabled=false"

concurrency:
cancel-in-progress: true
group: build-${{ github.event.pull_request.number || github.event.after }}

jobs:
test-matrix:
strategy:
Expand Down

0 comments on commit 7cb1140

Please sign in to comment.