File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,12 @@ name: Gradle Build With Detekt
22
33on : [push, pull_request]
44
5+ # Allow cancelling all previous runs for the same branch
6+ # See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#concurrency
7+ concurrency :
8+ group : ${{ github.workflow }}-${{ github.ref }}
9+ cancel-in-progress : true
10+
511jobs :
612 build :
713 runs-on : ubuntu-20.04
Original file line number Diff line number Diff line change @@ -2,6 +2,12 @@ name: Gradle Build
22
33on : [push, pull_request]
44
5+ # Allow cancelling all previous runs for the same branch
6+ # See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#concurrency
7+ concurrency :
8+ group : ${{ github.workflow }}-${{ github.ref }}
9+ cancel-in-progress : true
10+
511jobs :
612 build :
713 runs-on : ubuntu-20.04
You can’t perform that action at this time.
0 commit comments