Ver Fonte

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

btea há 3 anos atrás
pai
commit
01d3a230f9
1 ficheiros alterados com 1 adições e 0 exclusões
  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