From: Stephen Finucane Date: Thu, 31 Oct 2024 22:18:20 +0000 (+0000) Subject: CI: Cancel builds upon a new push X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=95682fd3de5b46cc05e1d5de2377571278dd62ab;p=thirdparty%2Fpatchwork.git CI: Cancel builds upon a new push Signed-off-by: Stephen Finucane (cherry picked from commit 09939ba107bde85e0b9df35c0dbbf90428789a94) --- diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5fb784df..98a9583a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -3,6 +3,9 @@ name: CI on: - push - pull_request +concurrency: + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + cancel-in-progress: true jobs: lint: name: Run linters