Browse Source

fix: add repo check for build-push.yml (#5141)

gongzhongqiang 10 months ago
parent
commit
9ed21737d5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/build-push.yml

+ 1 - 1
.github/workflows/build-push.yml

@@ -17,7 +17,7 @@ env:
 jobs:
   build-and-push:
     runs-on: ubuntu-latest
-    if: github.event.pull_request.draft == false
+    if: github.repository == 'langgenius/dify'
     strategy:
       matrix:
         include: