From 9153e9cf4d7e34fdc1d40c2d498dd56aec8558fc Mon Sep 17 00:00:00 2001 From: openclaw-bot Date: Sun, 8 Feb 2026 17:52:10 +0000 Subject: [PATCH] ci: remove invalid hashFiles() job condition --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6248b539..3178a9dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,8 +85,6 @@ jobs: frontend/coverage/** e2e: - # Run only when a Cypress suite exists in the repo. - if: ${{ hashFiles('**/cypress.config.*') != '' }} runs-on: ubuntu-latest needs: [check]