From b90b0fdca20a30d3ee4e3da25ddcbe8521c5b15b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 20:26:04 +0000 Subject: [PATCH] Publish MMCore/latest --- .github/workflows/publish.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 64fe46a..cbc44ec 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -8,6 +8,12 @@ on: branches: - 'pages/**' +concurrency: + # Prevent overlapping runs of this workflow, which would cause a race on the + # gh-pages branch. + group: publish-to-gh-pages + cancel-in-progress: false + jobs: update-html: name: Update docs for project/version