diff options
author | Ganesh Kathiresan <ganesh3597@gmail.com> | 2021-03-11 23:18:02 +0530 |
---|---|---|
committer | Ganesh Kathiresan <ganesh3597@gmail.com> | 2021-03-11 23:18:02 +0530 |
commit | 87a3925bd23326e5aeade707a04a0f29f73f1348 (patch) | |
tree | 0672e0126ff32830d8f6e94954c0ec596aa507f3 /.github | |
parent | e376a885bc5545b79e88c155f0aebba27bab639d (diff) | |
download | numpy-87a3925bd23326e5aeade707a04a0f29f73f1348.tar.gz |
MAINT: Added continue-on-error
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build_test.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 7f155097b..540baa25d 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -22,6 +22,7 @@ jobs: lint: if: "github.repository == 'numpy/numpy' && github.ref != 'refs/heads/main' && !contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]') && !contains(github.event.head_commit.message, '[skip github]')" runs-on: ubuntu-latest + continue-on-error: true steps: - uses: actions/checkout@v2 with: |