[#264] Cancel concurrent pull request builds
This commit is contained in:
parent
ca68fcf9ae
commit
0d420cf6dd
|
@ -14,6 +14,10 @@ on:
|
|||
- 'README.md'
|
||||
- 'docs/**'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
validate_gradle_wrapper:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in New Issue