We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 698e27f commit 9392c2dCopy full SHA for 9392c2d
.github/workflows/build.yml
@@ -23,6 +23,7 @@ env:
23
jobs:
24
clang_tidy:
25
name: Clang Tidy
26
+ if: github.event_name == 'pull_request'
27
runs-on: ubuntu-20.04
28
timeout-minutes: 10
29
steps:
0 commit comments