From 4f9bd4e8029d681970c9e697c0ad5d8716a52108 Mon Sep 17 00:00:00 2001 From: DrSmugleaf Date: Wed, 10 Mar 2021 14:46:11 +0100 Subject: [PATCH] Disable RSI validator on pushes https://github.com/snapcart/json-schema-validator/issues/2 --- .github/workflows/validate-rsis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-rsis.yml b/.github/workflows/validate-rsis.yml index 980d45ddff..bbae48dce0 100644 --- a/.github/workflows/validate-rsis.yml +++ b/.github/workflows/validate-rsis.yml @@ -1,6 +1,6 @@ name: RSI Validator -on: [push, pull_request] +on: [pull_request] jobs: validate_rsis: name: Validate RSIs