瀏覽代碼

chore(ci): fix fork repository missing project token (#539)

btea 3 年之前
父節點
當前提交
01d3a230f9
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .github/workflows/chromatic.yml

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

@@ -26,6 +26,7 @@ jobs:
   chromatic-deployment:
     # Operating System
     runs-on: ubuntu-latest
+    if: ${{ github.repository_owner == 'DouyinFE' }}
     # Job steps
     steps:
       - uses: actions/checkout@v1