fix(CI): core_build on coverity_scan is not needed
This commit is contained in:
parent
9ca9194d9b
commit
4266d1f764
1 changed files with 3 additions and 0 deletions
3
.github/workflows/core_build.yml
vendored
3
.github/workflows/core_build.yml
vendored
|
|
@ -1,6 +1,9 @@
|
|||
name: core-build
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '**' # matches every branch
|
||||
- '!coverity_scan' # excludes coverity_scan
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue