Skip to content

Commit

Permalink
Fix GHA errors
Browse files Browse the repository at this point in the history
  • Loading branch information
thogarty committed Nov 27, 2024
1 parent e3cced9 commit 71c7c46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync_data_schema_updates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:


jobs:
validate:
sync:
runs-on: ubuntu-latest
steps:
- name: Check out repo
Expand All @@ -21,7 +21,7 @@ jobs:
python-version: '3.13'

- name: Update Data Loaders
run: python3 ./scripts/update_data_loaders.py
run: python3 ./scripts/update_data_loader.py

- name: Update JSON Catalog
run: python3 ./scripts/generate_json_catalog.py
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate_json_schemas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
paths:
- 'jsonschema/**'
- 'scripts/**'
- '.github/workflows/validate_jsonschemas.yaml'
- '.github/workflows/validate_json_schemas.yaml'


jobs:
Expand All @@ -27,4 +27,4 @@ jobs:
run: curl -o ./scripts/jsonschema-org-schema.json https://json-schema.org/draft-04/schema

- name: Validate JSON Schema
run: python3 ./scripts/validate_json_schema.py
run: python3 ./scripts/validate_json_schemas.py

0 comments on commit 71c7c46

Please sign in to comment.