[#264] Cancel concurrent pull request builds

This commit is contained in:
Carter Jernigan 2022-03-07 12:39:47 -05:00 committed by Carter Jernigan
parent ca68fcf9ae
commit 0d420cf6dd
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