Skip to content

Commit 58297a0

Browse files
authored
ci(cppcheck): fix workflow name (autowarefoundation#8717)
Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
1 parent 0adbcc2 commit 58297a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cppcheck-weekly.yaml

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

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

88
jobs:
9-
cppcheck-daily:
9+
cppcheck-weekly:
1010
runs-on: ubuntu-latest
1111

1212
steps:

0 commit comments

Comments
 (0)