From e31296ee6909d8eb987c56bcd1aa0298331388a0 Mon Sep 17 00:00:00 2001 From: SIN-Agent Date: Sun, 26 Apr 2026 07:32:48 +0200 Subject: [PATCH] fix(ci): restore repo health build gate Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus --- .github/workflows/repo-health.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/repo-health.yml b/.github/workflows/repo-health.yml index 115097257e..1fa3645d81 100644 --- a/.github/workflows/repo-health.yml +++ b/.github/workflows/repo-health.yml @@ -1,4 +1,4 @@ -name: Repo Health Check +name: Repo Health Build Gate on: push: @@ -74,7 +74,6 @@ jobs: bun-build-check: runs-on: ubuntu-latest - if: ${{ hashFiles('package.json') != '' }} steps: - name: Checkout repo