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.