From 2b94ea5f314cccdaea814796fc8b174794385f25 Mon Sep 17 00:00:00 2001 From: Dhinak G Date: Wed, 2 Dec 2020 10:08:56 -0500 Subject: [PATCH] Build: Restrict coverity run to acidanthera and fix status badge --- .github/workflows/main.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fc73138e..e1e2a91e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 diff --git a/README.md b/README.md index 9e0a1f3a..694f9e66 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -[![Build Status](https://travis-ci.com/acidanthera/OpenCorePkg.svg?branch=master)](https://travis-ci.com/acidanthera/OpenCorePkg) [![Scan Status](https://scan.coverity.com/projects/18169/badge.svg?flat=1)](https://scan.coverity.com/projects/18169) +[![Build Status](https://github.com/acidanthera/OpenCorePkg/workflows/CI/badge.svg?branch=master)](https://github.com/acidanthera/OpenCorePkg/actions) [![Scan Status](https://scan.coverity.com/projects/18169/badge.svg?flat=1)](https://scan.coverity.com/projects/18169) ----- OpenCore bootloader with development SDK.