Skip to content

Commit 9586e76

Browse files
committed
fixup! ci: Run static code analysis
1 parent 4d4d79e commit 9586e76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Check if static analysis is required
4848
id: check_static_analysis
4949
run: |
50-
python3 -u scripts/run_static_analysis.py --check-changed-files
50+
python3 -u scripts/run_static_analysis.py --check-changed-files || true
5151
if [ $? -eq 0 ]; then
5252
echo "should_run=true" >> $GITHUB_OUTPUT
5353
else

0 commit comments

Comments
 (0)