mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-28 13:34:24 +01:00
cancel in-progress workflows
This commit is contained in:
4
.github/workflows/napi.yml
vendored
4
.github/workflows/napi.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user