ci: use unique concurrency.group for native_backend_tests.yml

master
Delyan Angelov 2022-06-22 11:23:40 +03:00
parent 6c060b76fd
commit 74fb473301
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 1 additions and 1 deletions

View File

@ -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: