Skip to content

Commit 9f7e7f2

Browse files
committed
ci: update concurrency group
1 parent c2affd1 commit 9f7e7f2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: build
22

33
concurrency:
4-
group: build-${{ github.ref }}
4+
group: ${{ github.workflow }}-${{ github.ref }}
55
cancel-in-progress: true
66

77
on:

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: codeql
22

33
concurrency:
4-
group: codeql-${{ github.ref }}
4+
group: ${{ github.workflow }}-${{ github.ref }}
55
cancel-in-progress: true
66

77
on:

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: docs
22

33
concurrency:
4-
group: docs-${{ github.ref }}
4+
group: ${{ github.workflow }}-${{ github.ref }}
55
cancel-in-progress: true
66

77
on:

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: e2e
22

33
concurrency:
4-
group: e2e-${{ github.ref }}
4+
group: ${{ github.workflow }}-${{ github.ref }}
55
cancel-in-progress: true
66

77
on:

.github/workflows/labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: labels
22

33
concurrency:
4-
group: labels-${{ github.ref }}
4+
group: ${{ github.workflow }}-${{ github.ref }}
55
cancel-in-progress: true
66

77
on:

0 commit comments

Comments
 (0)