From 599b1923c4ba7f20472096d69e7f82b83a66901a Mon Sep 17 00:00:00 2001 From: luandalmazo Date: Thu, 2 Jul 2026 13:32:19 -0300 Subject: [PATCH] update documentation yaml --- .github/workflows/documentation.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index 6946ab1f..45a03b1a 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -5,10 +5,12 @@ on: branches: [main] -# Cancel any in-progress job or run +# Queue deployments instead of force-cancelling: the "github-pages" environment +# already serializes runs, and cancel-in-progress can kill a job mid-deployment, +# leaving a stuck "queued" deployment that blocks all subsequent runs. concurrency: - group: gh-${{ github.ref }} - cancel-in-progress: true + group: "pages" + cancel-in-progress: false jobs: pages: