From 4c5acc8cdeb1b44576c9219ef929444c29869492 Mon Sep 17 00:00:00 2001 From: Lawrence Gripper Date: Fri, 31 Jan 2025 13:03:06 +0000 Subject: [PATCH] Update .github/workflows/validate-json-schema.yml --- .github/workflows/validate-json-schema.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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