🔧 Change concurrency rules on tests github workflow

This commit is contained in:
Andrey Antukh
2025-11-27 13:16:08 +01:00
parent 90dcf04fb0
commit 0735140f07

View File

@@ -15,7 +15,7 @@ on:
- staging
concurrency:
group: ${{ github.ref }}
group: ${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs: