Skip to content

Commit 9a833fd

Browse files
Change nightly to weekly
1 parent 89371ad commit 9a833fd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
name: rcutils nightly CI (all distributions)
1+
name: rcutils weekly CI (all distributions)
22

33
on:
44
schedule:
5-
# Run once per day to detect broken dependencies.
6-
- cron: '59 23 * * *'
5+
# Run once per week to detect broken dependencies.
6+
- cron: '59 23 * * 0'
7+
workflow_dispatch:
78

89
jobs:
910
humble-ci:

0 commit comments

Comments
 (0)