Missing concurrency check in other workflows

This commit is contained in:
CrazyMax
2022-07-16 02:35:49 +02:00
parent a7475b0307
commit 3c7bfa0a61
3 changed files with 12 additions and 0 deletions

View File

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

View File

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

View File

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