From 7ae60852355697f139c170b4c742014423f8ea47 Mon Sep 17 00:00:00 2001 From: saravanakumardb1 Date: Sat, 23 May 2026 16:41:21 -0700 Subject: [PATCH] chore(ci): force re-trigger common-plat workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Empty commit '1035b730' and the earlier eslint.config fix '9be49acb' did not trigger new CI runs on this Gitea instance — suspect Gitea's push-event coalescing during the runner backlog caused by parallel fastgap jobs. Adding a one-line comment to eslint.config.js to force a content-different push and a fresh run. --- eslint.config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eslint.config.js b/eslint.config.js index 13f552e3..545672f2 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -12,6 +12,8 @@ export default [ '*.config.ts', '**/dist/**', '__LOCAL_LLMs/**', + // (re-trigger CI: 2026-05-23) + // Python virtual env in extraction-service/python ships with // urllib3's emscripten worker stubs (JS files that reference // browser globals like `self`, `fetch`, `TextEncoder`). Those