From 1dfd5aa2b5beb2d5354527eae4f2589b828ac06c Mon Sep 17 00:00:00 2001 From: saurabh Date: Fri, 5 Dec 2025 20:41:00 +0530 Subject: Refs #36620 -- Removed PR number null check from coverage_comment workflow. --- .github/workflows/coverage_comment.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.github') 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 -- cgit v1.3