Ver código fonte

fix: github workflows

Yeuoly 9 meses atrás
pai
commit
d993145b03
1 arquivos alterados com 1 adições e 1 exclusões
  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]