From 6bd62a0022561aabac38edbe0db753efee8a60a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Rodr=C3=ADguez=20Baquero?= Date: Thu, 27 Jan 2022 17:05:43 -0500 Subject: ci: set concurrency --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) 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 }} -- cgit v1.2.3