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/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09939ba107bde85e0b9df35c0dbbf90428789a94;p=thirdparty%2Fpatchwork.git CI: Cancel builds upon a new push Signed-off-by: Stephen Finucane --- diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 10a302e5..dbcdd3be 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