Use concurrency

This commit is contained in:
2025-08-25 13:00:51 +03:00
Unverified
parent 8f80aca7fd
commit fcb05b40de
+4
View File
@@ -11,6 +11,10 @@ on:
- 'frontend/electron/**'
- '.github/workflows/build.yml'
concurrency:
group: build-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
name: Build (${{ matrix.os }})