소스 검색

ci(sync): skip main repo execution

Yorun 1 년 전
부모
커밋
62f8675199
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .github/workflows/sync.yml

+ 1 - 0
.github/workflows/sync.yml

@@ -9,6 +9,7 @@ jobs:
   sync_latest_from_upstream:
     name: Sync latest commits from upstream repo
     runs-on: ubuntu-latest
+    if: ${{ github.event.repository.fork }}
 
     steps:
       # Step 1: run a standard checkout action, provided by github