Browse Source

Remove failfast false for node hub

tags/v0.3.9-rc1
haixuantao 1 year ago
parent
commit
34d7390f84
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      .github/workflows/node-hub-ci-cd.yml

+ 0
- 1
.github/workflows/node-hub-ci-cd.yml View File

@@ -35,7 +35,6 @@ jobs:
matrix:
platform: [ubuntu-22.04, macos-14]
folder: ${{ fromJson(needs.find-jobs.outputs.folders )}}
fail-fast: false
steps:
- name: Checkout repository
if: runner.os == 'Linux' || github.event_name == 'workflow_dispatch' || (github.event_name == 'release' && startsWith(github.ref, 'refs/tags/'))


Loading…
Cancel
Save