diff --git a/.github/workflows/native_backend_tests.yml b/.github/workflows/native_backend_tests.yml index d10c378060..8a3ba3d892 100644 --- a/.github/workflows/native_backend_tests.yml +++ b/.github/workflows/native_backend_tests.yml @@ -9,7 +9,7 @@ on: - "**.md" concurrency: - group: build-ci-${{ github.event.pull_request.number || github.sha }} + group: native-backend-ci-${{ github.event.pull_request.number || github.sha }} cancel-in-progress: true jobs: