ci: update concurrency group

This commit is contained in:
CrazyMax
2022-10-22 21:21:22 +02:00
parent c2c4dfbf15
commit 48f448096c
5 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
name: build
concurrency:
group: build-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:

View File

@@ -1,7 +1,7 @@
name: codeql
concurrency:
group: codeql-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:

View File

@@ -1,7 +1,7 @@
name: docs
concurrency:
group: docs-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:

View File

@@ -1,7 +1,7 @@
name: e2e
concurrency:
group: e2e-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:

View File

@@ -1,7 +1,7 @@
name: labels
concurrency:
group: labels-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on: