mirror of
https://github.com/LongSoft/UEFITool.git
synced 2024-11-22 07:58:22 +08:00
Do not run Coverity in forks
This commit is contained in:
parent
5066a44132
commit
2335e69dce
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -141,7 +141,7 @@ jobs:
|
||||
env:
|
||||
PROJECT_TYPE: TOOL
|
||||
JOB_TYPE: COVERITY
|
||||
if: github.event_name != 'pull_request'
|
||||
if: github.repository_owner == 'LongSoft' && github.event_name != 'pull_request'
|
||||
name: Analyze Coverity
|
||||
runs-on: macos-10.15
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user