From b6be99faf34c30de0254c6c7a09ccaa4beb171d5 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Wed, 22 Jun 2022 01:38:55 +0530 Subject: [PATCH] Run testomatio only for PRs within org. --- .github/workflows/checks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index e4d82e2d19b..0e0744404ed 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: