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