Skip to content

Commit 3ff298f

Browse files
authored
Fix rollout schedule landing a week late [skip-ci]
Next Tuesday'/'Next Monday' resolve to the following calendar week when the script is run on a Monday. Bare weekday names schedule the upcoming occurrence instead. TYPE: Bugfix LINK: None
1 parent 8a49c33 commit 3ff298f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

maintenance-schedule.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
schedule:
2-
- date: Next Tuesday at 12:00
2+
- date: Tuesday at 12:00
33
nodes:
44
- loxo
55
- pherusa
66
- tyche
7-
- date: Next Tuesday at 14:00
7+
- date: Tuesday at 14:00
88
nodes:
99
- aether
1010
- alecto
1111
- theros
1212
- arete
1313
- calais
14-
- date: Next Tuesday at 15:00
14+
- date: Tuesday at 15:00
1515
nodes:
1616
- caicias
1717
- caicinus
1818
- caicus
1919
- carcinus
20-
- date: Next Monday +7 days at 7:00
20+
- date: Monday +7 days at 7:00
2121
nodes:
2222
- ister
2323
- istrus

0 commit comments

Comments
 (0)