We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b510e7 commit 46d0169Copy full SHA for 46d0169
1 file changed
.github/workflows/post-agenda-sofa-dev-meeting.yml
@@ -3,8 +3,8 @@ name: Post - SOFA dev meeting agenda/reminder
3
on:
4
schedule:
5
- cron: '30 8 * * 1' # 9:30 am UTC+1 every Monday
6
- - cron: '00 8 * * 4' # 8:30 am UTC+1 on Thursdays
7
- - cron: '00 7 * * 4' # 7:30 am UTC+1 on Thursdays (for summer times)
+ - cron: '00 8 * * 4' # 8:00 am UTC+1 on Thursdays -> targeting 9:00 am CET
+ - cron: '00 7 * * 4' # 7:00 am UTC+1 on Thursdays (for summer times) -> targeting 9:00 am CET
8
9
env:
10
TZ: "Europe/Paris"
0 commit comments