🔧 Change concirrency rules on tests github workflow

This commit is contained in:
Andrey Antukh
2025-11-27 13:16:08 +01:00
parent 67762d9450
commit 8e3996fbb0

View File

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