Skip to content

Commit

Permalink
ci(nebula): use latest param-schema action
Browse files Browse the repository at this point in the history
Signed-off-by: amadeuszsz <[email protected]>
  • Loading branch information
amadeuszsz committed May 30, 2024
1 parent 17a40ab commit 4516934
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/json-schema-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
filters: |
json_or_yaml:
- '**/schema/*.schema.json'
- '**/schema/sub/.json'
- '**/config/**/*.param.yaml'
json-schema-check:
Expand All @@ -29,7 +28,7 @@ jobs:
uses: actions/checkout@v4

- name: Run json-schema-check
uses: autowarefoundation/autoware-github-actions/json-schema-check@v1
uses: autowarefoundation/autoware-github-actions/json-schema-check

no-relevant-changes:
needs: check-if-relevant-files-changed
Expand Down

0 comments on commit 4516934

Please sign in to comment.