Skip to content

Commit bb62c48

Browse files
committed
fix: align meeting period to calendar
1 parent 913b160 commit bb62c48

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/meetings.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
schedule:
88
- cron: '0 0 * * 1'
99
jobs:
10-
build:
10+
meeting:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Technical Committee
@@ -19,8 +19,8 @@ jobs:
1919
agendaLabel: 'top priority'
2020
meetingLabels: 'meeting'
2121
# We alternate between two time slots:
22-
# 1. Starting on 2024-03-04 at 9pm UTC (2024-03-04T21:00:00.0Z) with a period of 4 weeks (P4W)
23-
# 2. Starting on 2024-03-20 at 9pm UTC (2024-03-20T21:00:00.0Z) with a period of 4 weeks (P4W)
24-
schedules: '2024-03-04T21:00:00.0Z/P4W,2024-03-20T21:00:00.0Z/P4W'
22+
# 1. Starting on 2024-03-04 at 9pm UTC (2024-03-04T21:00:00.0Z) with a period of 2 weeks (P2W)
23+
# 2. Starting on 2024-03-20 at 9pm UTC (2024-03-20T21:00:00.0Z) with a period of 2 weeks (P2W)
24+
schedules: '2024-03-04T21:00:00.0Z/P2W,2024-03-20T21:00:00.0Z/P2W'
2525
createWithin: 'P1W'
2626
issueTemplate: 'meeting-tc.md'

0 commit comments

Comments
 (0)