mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-12-23 08:21:09 +00:00
cancel in-progress workflows
This commit is contained in:
parent
8b1b71d8b0
commit
e6047cd300
1 changed files with 4 additions and 0 deletions
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue