Skip to content

Commit fe90cdb

Browse files
authored
Add freeze period for 2025-01 (#4809)
Implement ISO freeze for 2025-01-11 thru 2025-01-16
2 parents 315a2a7 + 2f71f89 commit fe90cdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common/CI/config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Configuration for a repository freeze.
33
# Dates can be generated using `date --iso-8601=s`.
44
freeze:
5-
start: "2024-09-27T23:59:59+00:00"
6-
end: "2024-10-13T23:59:59+00:00"
5+
start: "2025-01-10T23:59:59+00:00"
6+
end: "2025-01-15T23:59:59+00:00"
77

88
# Configuration for including static libraries.
99
static_libs:

0 commit comments

Comments
 (0)