feat: Adjust LinkContentFetcher run method, use ByteStream #2009
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# If you change this name also do it in tests.yml and ci_metrics.yml | |
name: Tests | |
on: | |
pull_request: | |
types: | |
- opened | |
- reopened | |
- synchronize | |
- ready_for_review | |
paths-ignore: | |
- "**.py" | |
- "!haystack/preview/**/*.py" # See tests_preview.yml | |
- "!test/preview/**/*.py" # See tests_preview.yml | |
- "pyproject.toml" | |
- "!.github/**/*.py" | |
- "!rest_api/**/*.py" | |
- "!docs/**/*.py" | |
jobs: | |
catch-all: | |
name: Catch-all check | |
runs-on: ubuntu-latest | |
steps: | |
- name: Skip tests | |
run: echo "Skipped!" |