From e4d51f7a761bc3397da12894d05ce1a2dc10c779 Mon Sep 17 00:00:00 2001 From: IanCa Date: Tue, 20 Feb 2024 13:54:21 -0600 Subject: [PATCH 1/2] Fix schema checking --- .github/workflows/check_schemas.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check_schemas.yaml b/.github/workflows/check_schemas.yaml index 226855e9..d21f5219 100644 --- a/.github/workflows/check_schemas.yaml +++ b/.github/workflows/check_schemas.yaml @@ -2,9 +2,9 @@ name: Process Files on: push: - branches: [ * ] + branches: ["*"] pull_request: - branches: [ * ] + branches: ["*"] jobs: process-changed-files: From e648e1ef482be5c226e4aa548de1f6f426536d33 Mon Sep 17 00:00:00 2001 From: IanCa Date: Tue, 20 Feb 2024 13:55:16 -0600 Subject: [PATCH 2/2] Add better title --- .github/workflows/check_schemas.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_schemas.yaml b/.github/workflows/check_schemas.yaml index d21f5219..6af7747f 100644 --- a/.github/workflows/check_schemas.yaml +++ b/.github/workflows/check_schemas.yaml @@ -1,4 +1,4 @@ -name: Process Files +name: Validate schemas on: push: