Skip to content

Commit

Permalink
Remove Asia/Oceania from design review rotation. (#37599)
Browse files Browse the repository at this point in the history
  • Loading branch information
samouri committed Feb 8, 2022
1 parent 01df8ea commit f614b36
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/update-session-issues.yml
Expand Up @@ -8,7 +8,6 @@ on:
schedule:
- cron: '30 16,17 * * 3' # Africa/Europe/western Asia
- cron: '0 21,22 * * 3' # Americas
- cron: '0 1,2 * * 4' # Asia/Oceania

jobs:
update-session-issues:
Expand Down
Expand Up @@ -14,7 +14,6 @@ const timeRotationUtc = [
[/* wed */ 3, '21:00', 'Americas'],
[/* wed */ 3, '16:30', 'Africa/Europe/western Asia'],
[/* wed */ 3, '21:00', 'Americas'],
[/* thu */ 4, '01:00', 'Asia/Oceania'],
];

const timeRotationStart = new Date('2021-12-01');
Expand Down

0 comments on commit f614b36

Please sign in to comment.