From 1756f507886b24b2d54719e578ae0830ae7d3859 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 18 Mar 2026 17:47:32 +0000 Subject: [PATCH 1/2] Initial plan From 716cc2c66e99ff54202ed4cf02b3a2f3f2e0ff42 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 18 Mar 2026 17:49:44 +0000 Subject: [PATCH 2/2] fix: cancel in-progress GitHub Pages deployments to prevent accumulation Co-authored-by: ironictoo <8886583+ironictoo@users.noreply.github.com> --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index d676be5..a3aec79 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -14,7 +14,7 @@ permissions: concurrency: group: "pages" - cancel-in-progress: false + cancel-in-progress: true jobs: build: