Explorar o código

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

btea %!s(int64=3) %!d(string=hai) anos
pai
achega
01d3a230f9
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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