Skip to content

Feature/validators #156

Feature/validators

Feature/validators #156

Workflow file for this run

name: CI Tests
on:
push:
paths:
- "dicfg/**"
- "tests/**"
- .github/workflows/tests.yml
- .github/workflows/ci_tests.yml
- pyproject.toml
- "!dicfg/_version.py"
- requirements.txt
pull_request:
paths:
- "dicfg/**"
- "tests/**"
- .github/workflows/tests.yml
- .github/workflows/ci_tests.yml
- pyproject.toml
- "!dicfg/_version.py"
- requirements.txt
jobs:
call-tests:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-ci-test
cancel-in-progress: true
uses: ./.github/workflows/tests.yml