Skip to content

Commit dd61c5d

Browse files
Update concurrency setting for gradle check GitHub action (#18283)
Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>
1 parent a7b3d97 commit dd61c5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
types: [opened, synchronize, reopened]
1010

1111
concurrency:
12-
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
12+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
1313
cancel-in-progress: true
1414

1515
permissions:

0 commit comments

Comments
 (0)