Skip to content

Commit

Permalink
fix: align meeting period to calendar
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleytodd committed Mar 12, 2024
1 parent 913b160 commit bb62c48
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/meetings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
schedule:
- cron: '0 0 * * 1'
jobs:
build:
meeting:
runs-on: ubuntu-latest
steps:
- name: Technical Committee
Expand All @@ -19,8 +19,8 @@ jobs:
agendaLabel: 'top priority'
meetingLabels: 'meeting'
# We alternate between two time slots:
# 1. Starting on 2024-03-04 at 9pm UTC (2024-03-04T21:00:00.0Z) with a period of 4 weeks (P4W)
# 2. Starting on 2024-03-20 at 9pm UTC (2024-03-20T21:00:00.0Z) with a period of 4 weeks (P4W)
schedules: '2024-03-04T21:00:00.0Z/P4W,2024-03-20T21:00:00.0Z/P4W'
# 1. Starting on 2024-03-04 at 9pm UTC (2024-03-04T21:00:00.0Z) with a period of 2 weeks (P2W)
# 2. Starting on 2024-03-20 at 9pm UTC (2024-03-20T21:00:00.0Z) with a period of 2 weeks (P2W)
schedules: '2024-03-04T21:00:00.0Z/P2W,2024-03-20T21:00:00.0Z/P2W'
createWithin: 'P1W'
issueTemplate: 'meeting-tc.md'

0 comments on commit bb62c48

Please sign in to comment.