Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Rodríguez Baquero <github@diegorbaquero.com>2022-01-28 01:05:43 +0300
committerGitHub <noreply@github.com>2022-01-28 01:05:43 +0300
commit6bd62a0022561aabac38edbe0db753efee8a60a1 (patch)
tree477030d6711112cedbb28da3d8edd6244ee91787 /.github
parent55a63fb350ac7f825d06f39453b15cec570aa879 (diff)
ci: set concurrency
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index bccb03d..fb61cdb 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -1,5 +1,8 @@
name: ci
on: [push,pull_request]
+concurrency:
+ group: ${{ github.ref }}
+ cancel-in-progress: true
jobs:
test:
name: Node ${{ matrix.node }} / ${{ matrix.os }}