ci: remove invalid hashFiles() job condition

This commit is contained in:
openclaw-bot
2026-02-08 17:52:10 +00:00
parent 5ed4dc1f23
commit 9153e9cf4d

View File

@@ -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]