Browse Source

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

btea 3 years ago
parent
commit
01d3a230f9
1 changed files with 1 additions and 0 deletions
  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