From 219510da0ac8af8b41c59799634f4986ca509251 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Tue, 9 Jun 2026 09:33:30 -0700 Subject: [PATCH] Refactor: skip CI on bot dist commits Co-authored-by: Opus 4.8 --- .github/workflows/build-web.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build-web.yml b/.github/workflows/build-web.yml index 4f3f37e..6d48f63 100644 --- a/.github/workflows/build-web.yml +++ b/.github/workflows/build-web.yml @@ -1,6 +1,11 @@ name: Build Web on: push: + paths-ignore: + - 'dist/**' +concurrency: + group: build-web-${{ github.ref }} + cancel-in-progress: true jobs: build: runs-on: ubuntu-latest