Skip to content

Commit 136753f

Browse files
authored
Update cron schedule to run at 6:00 am UTC+1
Test a new time for sending pre-meeting report notes
1 parent 83ca42e commit 136753f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/post-sofa-dev-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Post - SOFA dev meeting report template
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: '0 6 * * 4' # 7:00 am UTC+1 on Thursdays
6+
- cron: '0 5 * * 4' # 6:00 am UTC+1 on Thursdays
77

88
jobs:
99
run:

0 commit comments

Comments
 (0)