From c952358e2d10600177373a60dd486ef193b7eb4e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 6 Aug 2026 10:43:34 +0000 Subject: [PATCH 1/2] Initial plan From 1ec56ab1d89f978a9cea6fb021027523e736b90c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 6 Aug 2026 10:47:28 +0000 Subject: [PATCH 2/2] fix: cancel stale pages deploy runs on new commits Co-authored-by: Staaaaaaaaar <192419142+Staaaaaaaaar@users.noreply.github.com> --- .github/workflows/pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 2a207f9..da0205c 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -11,8 +11,8 @@ permissions: id-token: write concurrency: - group: pages - cancel-in-progress: false + group: pages-${{ github.ref }} + cancel-in-progress: true jobs: build: