From 34467728cc2838596bf2b82cf76da34db229f60c Mon Sep 17 00:00:00 2001 From: Rikki Schulte Date: Sun, 15 Sep 2024 21:15:59 +0200 Subject: [PATCH] temporarily disable main branch filter --- .github/workflows/pr-graphql-compat-check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-graphql-compat-check.yml b/.github/workflows/pr-graphql-compat-check.yml index da0c1c2098..6ed9f0ef6b 100644 --- a/.github/workflows/pr-graphql-compat-check.yml +++ b/.github/workflows/pr-graphql-compat-check.yml @@ -4,8 +4,8 @@ on: # only on merge to main. # it's rare that this workflow would # show us an error, but when it does it's important! - branches: - - main + # branches: + # - main # don't run this regression suite if we don't need to paths-ignore: - '**.md'