[#426] Cancel concurrent pull request builds

This commit is contained in:
Carter Jernigan 2022-03-07 12:37:59 -05:00 committed by Carter Jernigan
parent 06b2b524c6
commit 0f29cde97c
1 changed files with 4 additions and 0 deletions

View File

@ -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