From 88bcdd18266104c7cc3e3ba8724d6a99ef01eeac Mon Sep 17 00:00:00 2001 From: mahula Date: Fri, 12 Apr 2024 10:23:24 +0200 Subject: [PATCH] move e2e linting and docs flow to root directory --- .github/workflows/e2e.test.lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.test.lint.yml b/.github/workflows/e2e.test.lint.yml index 4fead1cccb..b7f440535c 100644 --- a/.github/workflows/e2e.test.lint.yml +++ b/.github/workflows/e2e.test.lint.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@master - - name: Check for frontend file changes + - name: Check for e2e file changes uses: dorny/paths-filter@v3.0.2 id: changes with: