Skip to content

Commit fcf54be

Browse files
committed
Cancel previous runs automatically
1 parent 2f729a5 commit fcf54be

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/sample-gradle-project.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name: sample-gradle-project
33
on:
44
workflow_dispatch:
55

6+
concurrency:
7+
group: ${{ github.workflow }}
8+
cancel-in-progress: true
9+
610
jobs:
711

812
with-setup-gradle-and-setup-java:

0 commit comments

Comments
 (0)