diff options
| -rw-r--r-- | .github/workflows/coverage_comment.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/coverage_comment.yml b/.github/workflows/coverage_comment.yml index d63e6f4a75..42a5b0251f 100644 --- a/.github/workflows/coverage_comment.yml +++ b/.github/workflows/coverage_comment.yml @@ -15,8 +15,7 @@ jobs: if: > github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success' && - github.repository == 'django/django' && - github.event.workflow_run.pull_requests[0] != null + github.repository == 'django/django' name: Post Coverage Comment runs-on: ubuntu-latest timeout-minutes: 60 |
