diff --git a/.github/workflows/test.lint.cypress.yml b/.github/workflows/test.lint.cypress.yml index e17266d4..cff6a671 100644 --- a/.github/workflows/test.lint.cypress.yml +++ b/.github/workflows/test.lint.cypress.yml @@ -14,7 +14,7 @@ jobs: id: filter with: filters: | - lint: + cypress: - '.github/workflows/test.lint.cypress.yml' - '.github/workflows/test.e2e.yml' - 'cypress/**/*'