mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-13 22:18:36 +08:00
[None][fix] Disable mandatory PR checklist enforcement (#7325)
This commit is contained in:
parent
39c9ffda5a
commit
7f4adca8b8
2
.github/workflows/pr-check.yml
vendored
2
.github/workflows/pr-check.yml
vendored
@ -69,5 +69,5 @@ jobs:
|
||||
- name: Validate PR Checklist
|
||||
env:
|
||||
PR_BODY: ${{ github.event.pull_request.body }}
|
||||
ENFORCE_PR_HAS_CHECKLIST: true
|
||||
ENFORCE_PR_HAS_CHECKLIST: false
|
||||
run: python .github/scripts/pr_checklist_check.py
|
||||
|
||||
Loading…
Reference in New Issue
Block a user