Skip to content

Commit a391530

Browse files
fix concurrency
1 parent 8e0f7df commit a391530

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_call:
88

99
concurrency:
10-
group: ${{ github.workflow }}-${{ github.head_ref }}
10+
group: lint-${{ github.head_ref }}
1111
cancel-in-progress: true
1212

1313
permissions:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
workflow_dispatch:
1414

1515
concurrency:
16-
group: ${{ github.workflow }}-${{ github.head_ref }}
16+
group: release-${{ github.head_ref }}
1717
cancel-in-progress: true
1818

1919
permissions:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
type: string
1919

2020
concurrency:
21-
group: ${{ github.workflow }}-${{ github.head_ref }}
21+
group: test-${{ github.head_ref }}
2222
cancel-in-progress: true
2323

2424
env:

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)