Skip to content

[Backport 9.3] Make sure test of 1f9b636b0ad7cb1a10a2af3661c7dde7a8c96c2b is actually run #2719

[Backport 9.3] Make sure test of 1f9b636b0ad7cb1a10a2af3661c7dde7a8c96c2b is actually run

[Backport 9.3] Make sure test of 1f9b636b0ad7cb1a10a2af3661c7dde7a8c96c2b is actually run #2719

name: Clang Static Analyzer
on:
push:
paths-ignore:
- 'docs/**'
pull_request:
paths-ignore:
- 'docs/**'
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
clang_static_analyzer:
runs-on: ubuntu-22.04
if: "!contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]')"
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run
run: .github/workflows/clang_static_analyzer/start.sh