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]>
Signed-off-by: Batuhan Beytekin <[email protected]>
  • Loading branch information
veqcc authored and batuhanbeytekin committed Sep 12, 2024
1 parent 5ccbe7f commit 4859999
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 4859999

Please sign in to comment.