We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1cea53 commit ba95c1fCopy full SHA for ba95c1f
.github/workflows/ci.yaml
@@ -43,6 +43,7 @@ jobs:
43
CACHE_PREFIX: ${{ matrix.distro }}
44
# perform full clang-tidy check only on manual trigger (workflow_dispatch), PRs do check changed files, otherwise nothing
45
CLANG_TIDY_BASE_REF: ${{ github.event_name != 'workflow_dispatch' && (github.base_ref || github.ref) || '' }}
46
+ CLANG_TIDY: ${{ matrix.env.CLANG_TIDY }}
47
48
name: "${{ matrix.distro }} • ogre ${{ matrix.ogre }} • Qt ${{ matrix.qt }}${{ matrix.env.CLANG_TIDY && (github.event_name != 'workflow_dispatch' && ' • clang-tidy (delta)' || ' • clang-tidy (all)') || '' }}"
49
runs-on: ubuntu-latest
0 commit comments