Skip to content

Commit 122dab9

Browse files
authored
Merge pull request #80 from bakpaul/26_04_remove_draft_check
Remove draft check
2 parents 07418fd + 2e07e24 commit 122dab9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

scripts/checkPRInfoBeforeBuild.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,10 +282,9 @@ def check_ci_depends_on(pr_sha, dependency_dict = None, is_merged_dict = None):
282282

283283
# Execute the checks
284284
check_labels()
285-
check_if_draft()
286285

287286
# Trigger the build if conditions are met
288-
if to_review_or_ready_label_found and not is_draft_pr:
287+
if to_review_or_ready_label_found:
289288
# Export PR information (url, name, sha)
290289
pr_sha = export_pr_info()
291290

0 commit comments

Comments
 (0)