Skip to content

Commit a777489

Browse files
committed
ci: Cosmetic fix
1 parent 428c8a6 commit a777489

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ permissions:
2121
contents: read
2222

2323
concurrency:
24-
group: build-${{ github.event.pull_request.number || github.ref }}
24+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
2525
cancel-in-progress: true
2626

2727
jobs:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111
contents: write
1212

1313
concurrency:
14-
group: release-${{ github.event.pull_request.number || github.ref }}
14+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
1515

1616
jobs:
1717
build:

0 commit comments

Comments
 (0)