From 8251bf204df0cb4d36975941310cfd7cbae3f149 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Thu, 23 Jun 2022 11:49:52 +0530 Subject: [PATCH] Run testomatio only for PRs within org. (#3165) --- .github/workflows/checks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index e4d82e2d1..0e0744404 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -12,6 +12,7 @@ jobs: test: runs-on: ubuntu-latest name: check tests + if: github.repository_owner == 'mermaid' steps: - uses: actions/checkout@v2 with: