Skip to content

Commit

Permalink
Run validation job in CI when schemas change (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
emersonf committed Jan 21, 2024
1 parent 076a754 commit 9b83340
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/validator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- "**"
paths:
- '.github/workflows/validator.yaml'
- 'schema/**'
- 'test-data-validator/**'
- 'test-data/**'

Expand All @@ -15,6 +16,7 @@ on:
- "main"
paths:
- '.github/workflows/validator.yaml'
- 'schema/**'
- 'test-data-validator/**'
- 'test-data/**'

Expand All @@ -29,10 +31,10 @@ jobs:
working-directory: ./test-data-validator

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Python 3.10
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: "3.10"

Expand Down

0 comments on commit 9b83340

Please sign in to comment.