mirror of
https://github.com/django/django.git
synced 2026-02-09 02:49:25 +08:00
Refs #36620 -- Removed PR number null check from coverage_comment workflow.
This commit is contained in:
3
.github/workflows/coverage_comment.yml
vendored
3
.github/workflows/coverage_comment.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user