cancel in-progress workflows

This commit is contained in:
Nikita Sivukhin
2025-09-09 12:23:34 +04:00
parent 8b1b71d8b0
commit e6047cd300

View File

@@ -19,6 +19,10 @@ defaults:
run:
working-directory: bindings/javascript
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build:
timeout-minutes: 20