From 0e0c06a21f0c495a3accdff43019ed561b480c14 Mon Sep 17 00:00:00 2001 From: Benjamin Lu Date: Wed, 25 Feb 2026 13:27:00 -0800 Subject: [PATCH 1/3] ci: remove path filters from build-all workflow --- .github/workflows/debug_all.yml | 34 --------------------------------- 1 file changed, 34 deletions(-) diff --git a/.github/workflows/debug_all.yml b/.github/workflows/debug_all.yml index 6c54ac61c..7a3d207f6 100644 --- a/.github/workflows/debug_all.yml +++ b/.github/workflows/debug_all.yml @@ -3,42 +3,8 @@ name: Build - All Platforms on: pull_request: branches: [main] - paths-ignore: - - '.github/**' - - '.prettierrc' - - '.eslintrc.json' - - '.prettierignore' - - 'README.md' - - '.husky/**' - - '.vscode/**' - - 'scripts/**' - - '.gitignore' - - 'todesktop.json' - - '.github/ISSUE_TEMPLATE/**' - - '.cursor/**' - - '.claude/**' - - 'CLAUDE.md' - - '*_example' - - 'tests/unit/**' push: branches: [main] - paths-ignore: - - '.github/**' - - '.prettierrc' - - '.eslintrc.json' - - '.prettierignore' - - 'README.md' - - '.husky/**' - - '.vscode/**' - - 'scripts/**' - - '.gitignore' - - 'todesktop.json' - - '.github/ISSUE_TEMPLATE/**' - - '.cursor/**' - - '.claude/**' - - 'CLAUDE.md' - - '*_example' - - 'tests/unit/**' concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} From 3cb065d9c65473726b7f8db06ee1b15e309da194 Mon Sep 17 00:00:00 2001 From: Benjamin Lu Date: Wed, 25 Feb 2026 14:00:16 -0800 Subject: [PATCH 2/3] ci: remove path filters from lint-and-format workflow --- .github/workflows/ci.yaml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 735cbf166..d1b8dfc2b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -3,26 +3,8 @@ name: Unit Test, Lint, and Format on: pull_request: branches: [main] - paths-ignore: - - '.github/**' - - '.github/ISSUE_TEMPLATE/**' - - '.cursor/**' - - '.husky/**' - - '.vscode/**' - - '.claude/**' - - 'CLAUDE.md' - - '*_example' push: branches: [main] - paths-ignore: - - '.github/**' - - '.github/ISSUE_TEMPLATE/**' - - '.cursor/**' - - '.husky/**' - - '.vscode/**' - - '.claude/**' - - 'CLAUDE.md' - - '*_example' concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} From 7b9df56740330a674298f634f3705cc737c830e1 Mon Sep 17 00:00:00 2001 From: Benjamin Lu Date: Wed, 25 Feb 2026 14:27:17 -0800 Subject: [PATCH 3/3] chore: bump frontend version to 1.39.18 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1f7094840..6b8194e58 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "type": "module", "config": { "frontend": { - "version": "1.39.17", + "version": "1.39.18", "optionalBranch": "" }, "comfyUI": {