esp-cpp / espp

C++ components for ESP
https://esp-cpp.github.io/espp/
MIT License
30 stars 9 forks source link

ci: fix static analysis for forks to remove redundant failing execution #236

Closed finger563 closed 4 months ago

finger563 commented 4 months ago

Description

Remove duplicate (deprecated) run of static analysis.

Motivation and Context

With the last #216 the static analysis action works for PRs from forks (analyzes the code and posts an issue/pr comment), but has a duplicate run which fails. This removes that duplicate run.

How has this been tested?

If this PR has working static analysis, everything is good.

github-actions[bot] commented 4 months ago

:white_check_mark:Static analysis result - no issues found! :white_check_mark: