Skip to content

Commit 0adbcc2

Browse files
authored
ci(cppcheck): change all cppcheck from daily to weekly (autowarefoundation#8713)
Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
1 parent 1604474 commit 0adbcc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cppcheck-daily.yaml .github/workflows/cppcheck-weekly.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: cppcheck-daily
22

33
on:
44
schedule:
5-
- cron: 0 0 * * *
5+
- cron: 0 0 * * 1
66
workflow_dispatch:
77

88
jobs:

0 commit comments

Comments
 (0)