Skip to content

Commit c77c405

Browse files
change concurrency
1 parent a9bc0e9 commit c77c405

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: test-${{ github.head_ref }}
10+
group: ${{ github.workflow }}-${{ github.head_ref }}
1111
cancel-in-progress: true
1212

1313
permissions:

.github/workflows/test.yml

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

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

1919
env:

0 commit comments

Comments
 (0)