Browse Source

fix: github workflows

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

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

@@ -83,7 +83,7 @@ jobs:
   create-manifest:
     needs: build
     runs-on: ubuntu-latest
-    if: github.repository == 'langgenius/dify'
+    if: github.repository == 'langgenius/dify-plugin-daemon'
     strategy:
       matrix:
         scope: [serverless, local]