ci: add concurrency check

This commit is contained in:
CrazyMax
2022-05-07 22:09:46 +02:00
parent 69618ab364
commit 6bddacdf94
2 changed files with 8 additions and 0 deletions

View File

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

View File

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