diff --git a/.github/workflows/validate-json-schema.yml b/.github/workflows/validate-json-schema.yml index 5e4d71dfc..dbebc0f29 100644 --- a/.github/workflows/validate-json-schema.yml +++ b/.github/workflows/validate-json-schema.yml @@ -9,7 +9,7 @@ on: - main jobs: - validate-json: + validate-json-schema: runs-on: ubuntu-latest steps: - name: Checkout repository