Skip to content

Commit

Permalink
configure coveralls for parallel builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jdelic committed Apr 11, 2024
1 parent 486245e commit c49e664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
flake8 --max-line-length=120 django_dbconn_retry setup.py
finish:
needs: build
if: $
if: ${{ always() }}
runs-on: ubuntu-latest
steps:
- name: Close parallel build
Expand Down

0 comments on commit c49e664

Please sign in to comment.