We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89371ad commit 9a833fdCopy full SHA for 9a833fd
.github/workflows/nightly-ci.yml .github/workflows/weekly-ci.yml.github/workflows/nightly-ci.yml renamed to .github/workflows/weekly-ci.yml
@@ -1,9 +1,10 @@
1
-name: rcutils nightly CI (all distributions)
+name: rcutils weekly CI (all distributions)
2
3
on:
4
schedule:
5
- # Run once per day to detect broken dependencies.
6
- - cron: '59 23 * * *'
+ # Run once per week to detect broken dependencies.
+ - cron: '59 23 * * 0'
7
+ workflow_dispatch:
8
9
jobs:
10
humble-ci:
0 commit comments