From 5d04c4b837575732e373cb374d63d9767084130b Mon Sep 17 00:00:00 2001 From: Shylock Hg <33566796+Shylock-Hg@users.noreply.github.com> Date: Mon, 23 Mar 2020 18:35:22 +0800 Subject: [PATCH] Let action not fail fast. (#1909) * Let action not fail fast. * Disable the ci will product artifact. --- .github/workflows/build.yaml | 1 + .github/workflows/pull_request.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e8846cb7021..d0d78148040 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -13,6 +13,7 @@ jobs: name: build runs-on: ubuntu-latest strategy: + fail-fast: false matrix: os: - centos6 diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index 753167b5c4d..3ad569b1106 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -26,6 +26,7 @@ jobs: needs: lint runs-on: self-hosted strategy: + fail-fast: false matrix: os: - centos7