Skip to content

Commit

Permalink
Fix weekly CI cron expression (#372)
Browse files Browse the repository at this point in the history
Signed-off-by: JesusPoderoso <[email protected]>
  • Loading branch information
JesusPoderoso committed Jul 8, 2024
1 parent 08950fb commit ea38b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/weekly-ubuntu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Fast DDS Gen Ubuntu CI (weekly)
on:
workflow_dispatch:
schedule:
- cron: '0 * * * 1' # Run at minute 0 on Monday
- cron: '0 0 * * 1' # Run at minute 0 on Monday

jobs:
weekly-ubuntu-ci-2_1_x:
Expand Down

0 comments on commit ea38b25

Please sign in to comment.