We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d4d79e commit 9586e76Copy full SHA for 9586e76
.github/workflows/build.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: Check if static analysis is required
48
id: check_static_analysis
49
run: |
50
- python3 -u scripts/run_static_analysis.py --check-changed-files
+ python3 -u scripts/run_static_analysis.py --check-changed-files || true
51
if [ $? -eq 0 ]; then
52
echo "should_run=true" >> $GITHUB_OUTPUT
53
else
0 commit comments