Skip to content

Commit

Permalink
Add continue_on_error to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
moeyensj committed Nov 9, 2023
1 parent ebd5696 commit 7b855c3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/conda-build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
run:
shell: bash -l {0}

continue-on-error: true

steps:
- name: Checkout git repo
uses: actions/checkout@v3
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/docker-build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
runs-on: ubuntu-latest
env:
IMAGE_TAG: ${{ github.sha }}

continue-on-error: true

steps:
- name: Checkout git repo
uses: actions/checkout@v3
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pip-build-lint-test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
run:
shell: bash -l {0}

continue-on-error: true

steps:
- name: Checkout git repo
uses: actions/checkout@v3
Expand Down

0 comments on commit 7b855c3

Please sign in to comment.