CI: CLang Tidy not necessary when tagging
This commit is contained in:
parent
0662d30ad0
commit
9e81de4209
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
|
@ -21,6 +21,7 @@ env:
|
|||
# working-directory: ${{ github.workspace }}
|
||||
jobs:
|
||||
clang_tidy:
|
||||
if: ${{ github.ref_type == 'branch' }}
|
||||
name: Clang Tidy
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue