Refs #36620 -- Removed PR number null check from coverage_comment workflow.

This commit is contained in:
saurabh
2025-12-05 20:41:00 +05:30
committed by GitHub
parent 0ac548635e
commit 1dfd5aa2b5

View File

@@ -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