From 978709d14dca6268781d993fa1d9e129438b36d9 Mon Sep 17 00:00:00 2001 From: iamzifei Date: Fri, 20 Feb 2026 05:11:37 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20synced=20local=20'.github/workfl?= =?UTF-8?q?ows/ci.yml'=20with=20remote=20'sync/.github/workflows/ci.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a114a3a..3f2dd19 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,8 +24,7 @@ jobs: lint-typecheck: name: Lint & Type Check # Advisory only — does not block build or other jobs. - # Remove continue-on-error once repo lint errors are resolved. - continue-on-error: true + # No "needs:" from other jobs, so failures here won't block CI. uses: OrrisTech/.github/.github/workflows/ci-lint-typecheck.yml@main secrets: inherit @@ -42,7 +41,7 @@ jobs: security: name: Security Audit # Advisory only — does not block other jobs. - continue-on-error: true + # No "needs:" from other jobs, so failures here won't block CI. uses: OrrisTech/.github/.github/workflows/ci-security.yml@main secrets: inherit