CI: Cancel any in-progress job or run (#2930)

See https://docs.github.com/en/actions/using-jobs/using-concurrency
This commit is contained in:
Biswapriyo Nath 2022-09-23 11:51:44 +05:30 committed by GitHub
parent 79b5ea7351
commit 07a7fa074c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,9 @@
name: CI
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
on:
push:
pull_request: