From 9e3759e99ff86fa59e17947ec9171a8d959c0588 Mon Sep 17 00:00:00 2001 From: Roxedus Date: Mon, 20 Nov 2023 10:36:18 +0100 Subject: [PATCH] add concurrency --- .github/workflows/deploy.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c2e5fe47b..b024503b9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -2,6 +2,10 @@ name: Build mkdocs and deploy to GitHub Pages on: [push, pull_request] +concurrency: + group: ${{ github.ref }} + cancel-in-progress: true + jobs: build: