mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-27 23:18:37 +00:00
* Update test_requirements.txt * make tests run when tests requirements change --------- Co-authored-by: ZanSara <sara.zanzottera@deepset.ai>
23 lines
433 B
YAML
23 lines
433 B
YAML
# 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!"
|