ci: fix native_backend_ci.yml concurrency group setting (prevent jobs for different commits on master to cancel each other)

This commit is contained in:
Delyan Angelov 2025-06-18 10:26:50 +03:00
parent d4097212b3
commit c6feed9849
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -45,7 +45,7 @@ on:
- '.github/workflows/native_backend_ci.yml'
concurrency:
group: native_backend-${{ github.workflow }}-${{ github.ref}}
group: native_backend-${{ github.workflow }}-${{ github.ref == 'refs/heads/master' && github.sha || github.ref }}
cancel-in-progress: true
jobs: