From f2adb1204665425d1b99ac6093520d93caef47e3 Mon Sep 17 00:00:00 2001 From: Lewis Cowles Date: Sun, 31 Mar 2024 16:10:52 +0100 Subject: [PATCH] ci: concurrency control for docs --- .github/workflows/github-pages.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 49623fe..eaa8fbd 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -2,6 +2,10 @@ name: documentation on: [push, pull_request, workflow_dispatch] +concurrency: + group: ${{ github.ref }} + cancel-in-progress: true + permissions: contents: write