Skip to content

Commit 9537d39

Browse files
authored
add concurrency check to gradle-check workflow (opensearch-project#16007)
Signed-off-by: Rishabh Singh <sngri@amazon.com>
1 parent b369611 commit 9537d39

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/gradle-check.yml

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
pull_request_target:
99
types: [opened, synchronize, reopened]
1010

11+
concurrency:
12+
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
13+
cancel-in-progress: true
14+
1115
permissions:
1216
contents: read # to fetch code (actions/checkout)
1317

0 commit comments

Comments
 (0)