Skip to content

Commit eb8b88b

Browse files
authored
Add [C++] description to the nightly test report
1 parent 4316824 commit eb8b88b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/gha/it_workflow.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
import summarize_test_results as summarize
5252

5353
_REPORT_LABEL = "nightly-testing"
54-
_REPORT_TITLE = "Nightly Integration Testing Report"
55-
_REPORT_TITLE_FIRESTORE = "Nightly Integration Testing Report for Firestore"
54+
_REPORT_TITLE = "[C++] Nightly Integration Testing Report"
55+
_REPORT_TITLE_FIRESTORE = "[C++] Nightly Integration Testing Report for Firestore"
5656

5757
_LABEL_TRIGGER_FULL = "tests-requested: full"
5858
_LABEL_TRIGGER_QUICK = "tests-requested: quick"

0 commit comments

Comments
 (0)