From c49e66433372a3bc5cf112d7433dfe42870d53e0 Mon Sep 17 00:00:00 2001 From: Jonas Maurus Date: Thu, 11 Apr 2024 14:50:14 +0200 Subject: [PATCH] configure coveralls for parallel builds --- .github/workflows/django.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/django.yml b/.github/workflows/django.yml index 761dc0b..f3c01cf 100644 --- a/.github/workflows/django.yml +++ b/.github/workflows/django.yml @@ -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