branch: externals/company
commit 2bd1e0cff8767df4977b90c65985cb40b714bb53
Author: YE <y...@ego.team>
Commit: YE <y...@ego.team>

    Do not run CI on forks
---
 .github/workflows/ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index fff44e9..850738a 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -19,6 +19,7 @@ on:
 
 jobs:
   check:
+    if: github.repository_owner == 'company-mode'
     runs-on: ubuntu-20.04
 
     strategy:

Reply via email to