haystack/.github/workflows/tests_skipper.yml
2023-03-06 18:02:24 +01:00

24 lines
442 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:
- "**.py"
- "pyproject.toml"
- "!.github/**/*.py"
- "!rest_api/**/*.py"
jobs:
catch-all:
name: Catch-all check
runs-on: ubuntu-latest
steps:
- name: Skip tests
run: echo "Skipped!"