From 229539ee668802be5add1b0d0e57ce40aff9f2d9 Mon Sep 17 00:00:00 2001 From: philippe Date: Wed, 8 Apr 2026 09:05:11 -0400 Subject: [PATCH] set test typing to not run on master --- .github/workflows/testing.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 76b749b971..ac31ffa6dc 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -94,6 +94,7 @@ jobs: test-typing: name: Typing Tests runs-on: ubuntu-latest + if: github.ref_name != 'master' needs: build timeout-minutes: 30 strategy: