Run testomatio only for PRs within org. (#3165)

This commit is contained in:
Sidharth Vinod 2022-06-23 11:49:52 +05:30 committed by GitHub
parent 184b094218
commit 8251bf204d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ jobs:
test:
runs-on: ubuntu-latest
name: check tests
if: github.repository_owner == 'mermaid'
steps:
- uses: actions/checkout@v2
with: