Skip to content

Commit

Permalink
ci(cppcheck-all): rename to cppcheck-daily and make it run only daily (
Browse files Browse the repository at this point in the history
…#7312)

Signed-off-by: kminoda <[email protected]>
  • Loading branch information
kminoda authored Jun 6, 2024
1 parent 31c1672 commit f788069
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
name: cppcheck-all
name: cppcheck-daily

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

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

steps:
Expand Down

0 comments on commit f788069

Please sign in to comment.