github: force PR builds to be in the same concurrency group (#1507)

This commit is contained in:
Harsh Shandilya 2021-09-29 17:30:32 +05:30 committed by GitHub
parent 1c4150abcd
commit 1ad08e9671
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,11 @@
on: [pull_request]
name: Check pull request
concurrency:
group: ${{ github.head_ref }}
cancel-in-progress: true
jobs:
unit-tests:
runs-on: ubuntu-latest