Skip to content

Commit f788069

Browse files
authored
ci(cppcheck-all): rename to cppcheck-daily and make it run only daily (autowarefoundation#7312)
Signed-off-by: kminoda <koji.minoda@tier4.jp>
1 parent 31c1672 commit f788069

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
name: cppcheck-all
1+
name: cppcheck-daily
22

33
on:
4-
pull_request:
54
schedule:
65
- cron: 0 0 * * *
76
workflow_dispatch:
87

98
jobs:
10-
cppcheck-all:
9+
cppcheck-daily:
1110
runs-on: ubuntu-latest
1211

1312
steps:

0 commit comments

Comments
 (0)