Skip to content

Commit

Permalink
[ci] Avoid stopping the build if the QA checks fail
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Jul 3, 2024
1 parent 241714e commit 12f6b87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
run: ansible-galaxy collection install "community.general:>=3.6.0"

- name: QA checks
continue-on-error: true
run: |
openwisp-qa-check --skip-isort --skip-flake8 --skip-checkmigrations --skip-black
Expand Down

0 comments on commit 12f6b87

Please sign in to comment.