We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4316824 commit eb8b88bCopy full SHA for eb8b88b
scripts/gha/it_workflow.py
@@ -51,8 +51,8 @@
51
import summarize_test_results as summarize
52
53
_REPORT_LABEL = "nightly-testing"
54
-_REPORT_TITLE = "Nightly Integration Testing Report"
55
-_REPORT_TITLE_FIRESTORE = "Nightly Integration Testing Report for Firestore"
+_REPORT_TITLE = "[C++] Nightly Integration Testing Report"
+_REPORT_TITLE_FIRESTORE = "[C++] Nightly Integration Testing Report for Firestore"
56
57
_LABEL_TRIGGER_FULL = "tests-requested: full"
58
_LABEL_TRIGGER_QUICK = "tests-requested: quick"
0 commit comments