mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
Build: Restrict coverity run to acidanthera and fix status badge
This commit is contained in:
parent
745c1c19ec
commit
2b94ea5f31
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -186,7 +186,7 @@ jobs:
|
||||
runs-on: macos-latest
|
||||
env:
|
||||
JOB_TYPE: COVERITY
|
||||
if: github.event_name != 'pull_request'
|
||||
if: github.repository_owner == 'acidanthera' && github.event_name != 'pull_request'
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<img src="https://github.com/acidanthera/OpenCorePkg/blob/master/Docs/Logos/OpenCore_with_text_Small.png" width="200" height="48"/>
|
||||
|
||||
[](https://travis-ci.com/acidanthera/OpenCorePkg) [](https://scan.coverity.com/projects/18169)
|
||||
[](https://github.com/acidanthera/OpenCorePkg/actions) [](https://scan.coverity.com/projects/18169)
|
||||
-----
|
||||
|
||||
OpenCore bootloader with development SDK.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user