浏览代码

fix: github workflows

Yeuoly 9 月之前
父节点
当前提交
3f62009bdf
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      .github/workflows/build-push.yml

+ 0 - 2
.github/workflows/build-push.yml

@@ -22,7 +22,6 @@ jobs:
     runs-on: ${{ matrix.platform == 'linux/arm64' && 'arm64_runner' || 'ubuntu-latest' }}
     if: github.repository == 'langgenius/dify-plugin-daemon'
     strategy:
-      fail-fast: false
       matrix:
         include:
           - service_name: "build-serverless-daemon-amd64"
@@ -86,7 +85,6 @@ jobs:
     runs-on: ubuntu-latest
     if: github.repository == 'langgenius/dify'
     strategy:
-      fail-fast: false
       matrix:
         scope: [serverless, local]
     steps: