Skip to content

Commit e5b3693

Browse files
Fix weekly CI cron expression (#852)
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
1 parent 433dc63 commit e5b3693

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/weekly-ubuntu-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Fast DDS Docs Ubuntu CI (weekly)
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: '0 * * * 1' # Run at minute 0 on Monday
6+
- cron: '0 0 * * 1' # Run at minute 0 on Monday
77

88
jobs:
99
weekly-ubuntu-ci-2_6_x:

0 commit comments

Comments
 (0)