From 91aad55412b1dac685a390a4314a1b03c0a3b0bf Mon Sep 17 00:00:00 2001 From: Benoit Blanchon Date: Thu, 16 May 2024 09:48:19 +0200 Subject: [PATCH] CI: set `cancel-in-progress` to `true` --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c69d99ce..2cb78577 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,6 +2,10 @@ name: Continuous Integration on: [push, pull_request] +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + jobs: lint: name: Lint