From 1064a391e68af89e833cafa7d86f2a34ba4ad857 Mon Sep 17 00:00:00 2001 From: anakin87 Date: Thu, 23 Nov 2023 10:39:44 +0100 Subject: [PATCH] update workflow --- .github/workflows/components_unstructured_fileconverter.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/components_unstructured_fileconverter.yml b/.github/workflows/components_unstructured_fileconverter.yml index 4e02c94f0..f60573f79 100644 --- a/.github/workflows/components_unstructured_fileconverter.yml +++ b/.github/workflows/components_unstructured_fileconverter.yml @@ -7,7 +7,7 @@ on: - cron: "0 0 * * *" pull_request: paths: - - "components/file_converters/unstructured_fileconverter/**" + - "components/converters/unstructured_fileconverter/**" - ".github/workflows/components_unstructured_fileconverter.yml" concurrency: @@ -50,10 +50,10 @@ jobs: run: pip install --upgrade hatch - name: Lint - working-directory: components/file_converters/unstructured_fileconverter + working-directory: components/converters/unstructured_fileconverter if: matrix.python-version == '3.9' run: hatch run lint:all - name: Run tests - working-directory: components/file_converters/unstructured_fileconverter + working-directory: components/converters/unstructured_fileconverter run: hatch run cov