Skip to content

Commit 74fb473

Browse files
committed
ci: use unique concurrency.group for native_backend_tests.yml
1 parent 6c060b7 commit 74fb473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/native_backend_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- "**.md"
1010

1111
concurrency:
12-
group: build-ci-${{ github.event.pull_request.number || github.sha }}
12+
group: native-backend-ci-${{ github.event.pull_request.number || github.sha }}
1313
cancel-in-progress: true
1414

1515
jobs:

0 commit comments

Comments
 (0)