Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/gha/report_build_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@

general_test_hour = 9
firestore_test_hour = 10
test_time_minute_range = 20
test_time_minute_range = 59
Comment thread
AustinBenoit marked this conversation as resolved.
Outdated

def rename_key(old_dict,old_name,new_name):
"""Rename a key in a dictionary, preserving the order."""
Expand Down
Loading