Skip to content

Commit 8251bf2

Browse files
authored
Run testomatio only for PRs within org. (#3165)
1 parent 184b094 commit 8251bf2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/checks.yml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
test:
1313
runs-on: ubuntu-latest
1414
name: check tests
15+
if: github.repository_owner == 'mermaid'
1516
steps:
1617
- uses: actions/checkout@v2
1718
with:

0 commit comments

Comments
 (0)