Skip to content

Commit

Permalink
Let action not fail fast. (vesoft-inc#1909)
Browse files Browse the repository at this point in the history
* Let action not fail fast.

* Disable the ci will product artifact.
  • Loading branch information
Shylock-Hg authored Mar 23, 2020
1 parent 6170b25 commit 5d04c4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
name: build
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
os:
- centos6
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
needs: lint
runs-on: self-hosted
strategy:
fail-fast: false
matrix:
os:
- centos7
Expand Down

0 comments on commit 5d04c4b

Please sign in to comment.