ci: add concurrency check

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2022-11-26 14:09:19 +01:00
parent 2400718d81
commit b91c9a22f4
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
6 changed files with 24 additions and 0 deletions

View file

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