From 920ac7d74bcc452f79d27c7ff50dc7db0e4b5e6a Mon Sep 17 00:00:00 2001 From: franciscodr Date: Mon, 15 May 2023 09:12:36 +0200 Subject: [PATCH] Set up GitHub Actions concurrency --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 65e3cf814..0ccec99f4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,6 +6,10 @@ on: - main pull_request: +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + jobs: check: runs-on: ubuntu-latest