Skip to content

Commit

Permalink
add concurrency check to gradle-check workflow (opensearch-project#16007
Browse files Browse the repository at this point in the history
)

Signed-off-by: Rishabh Singh <[email protected]>
  • Loading branch information
rishabh6788 authored and amberzsy committed Sep 22, 2024
1 parent 1f388fa commit 5e3050d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gradle-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
pull_request_target:
types: [opened, synchronize, reopened]

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

permissions:
contents: read # to fetch code (actions/checkout)

Expand Down

0 comments on commit 5e3050d

Please sign in to comment.