From ac8404f947affc4ed0add3e9032f6282d801946d Mon Sep 17 00:00:00 2001 From: hrzlgnm Date: Sat, 26 Oct 2024 15:50:47 +0200 Subject: [PATCH] cancel in progress --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5791c53d..f65859f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,6 +9,10 @@ on: branches: - main +concurrency: + group: ${{ format('ci-{0}', github.ref) }} + cancel-in-progress: true + jobs: Lint: runs-on: ubuntu-latest