Skip to content

Commit

Permalink
ci(cppcheck): fix workflow name (autowarefoundation#8717)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryuta Kambe <[email protected]>
  • Loading branch information
veqcc committed Sep 2, 2024
1 parent 0adbcc2 commit 58297a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cppcheck-weekly.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: cppcheck-daily
name: cppcheck-weekly

on:
schedule:
- cron: 0 0 * * 1
workflow_dispatch:

jobs:
cppcheck-daily:
cppcheck-weekly:
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 58297a0

Please sign in to comment.