From 910718e5f7f04bbb242a85cb345abbb96f216c74 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Fri, 30 Dec 2022 13:27:23 +0100 Subject: [PATCH] gci: Configure auto-cancellation of superceded PRs --- .github/workflows/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d693d45..1b4b183 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,5 +1,10 @@ name: Integration Tests +# Cancel duplicate jobs +concurrency: + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + cancel-in-progress: true + on: push: pull_request: