From 4d22fc7cec0bc7609f69bef4e7fb903afd9d8e16 Mon Sep 17 00:00:00 2001 From: Ricardo Zanini <1538000+ricardozanini@users.noreply.github.com> Date: Wed, 21 Aug 2024 10:02:21 -0400 Subject: [PATCH] [NO-ISSUE] Fix: Change CI to always kick validation Since we have branch protection that requires a successful validation run, we should always turn it to run despite the changes in a given PR. --- .github/workflows/schema-check.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/schema-check.yaml b/.github/workflows/schema-check.yaml index 6505b290..bd2e6f83 100644 --- a/.github/workflows/schema-check.yaml +++ b/.github/workflows/schema-check.yaml @@ -29,10 +29,6 @@ on: - 'examples/**' pull_request: branches: [ "main" ] - paths: - - 'schema/**' - - 'examples/**' - jobs: build: defaults: