Merge pull request #964 from libexpat/coverity-scan-disable-for-forks

Stop (trying to) upload to Coverity Scan from fork repositories
This commit is contained in:
Sebastian Pipping 2025-02-25 18:18:00 +01:00 committed by GitHub
commit a111fa867f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View file

@ -43,6 +43,9 @@ permissions:
jobs:
coverity_scan_upload:
name: Upload build to Coverity Scan
# NOTE: The idea is not to bother fork repositories with a job
# that is doomed to fail
if: ${{ github.repository == 'libexpat/libexpat' }}
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

View file

@ -70,7 +70,7 @@ Release 2.6.5 ??? ???????? ?? ????
#791 #946 CI: Make GitHub Actions build using MSVC on Windows and
produce 32bit and 64bit Windows binaries
#956 CI: Get off of about-to-be-removed Ubuntu 20.04
#960 CI: Start uploading to Coverity Scan for static analysis
#960 #964 CI: Start uploading to Coverity Scan for static analysis
Special thanks to:
Mark Brand