Skip to content

chore: improve Reno configuration #3742

chore: improve Reno configuration

chore: improve Reno configuration #3742

Workflow file for this run

# 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:
- "haystack/**/*.py"
- "test/**/*.py"
- "test/test_requirements.txt"
jobs:
catch-all:
name: Catch-all check
runs-on: ubuntu-latest
steps:
- name: Skip tests
run: echo "Skipped!"