Skip to content

Commit 2c256a3

Browse files
committed
Set enable_commit_status=True by default
1 parent 6a214c5 commit 2c256a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/praktika/job.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class Config:
5353

5454
allow_merge_on_failure: bool = False
5555

56-
enable_commit_status: bool = False
56+
enable_commit_status: bool = True
5757

5858
# If a job Result contains multiple sub-results, and only a specific sub-result should be sent to CIDB, set its name here.
5959
result_name_for_cidb: str = ""

0 commit comments

Comments
 (0)