ci: remove invalid hashFiles() job condition
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user