mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-04 21:04:57 +00:00
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:
commit
a111fa867f
2 changed files with 4 additions and 1 deletions
3
.github/workflows/coverity-scan.yml
vendored
3
.github/workflows/coverity-scan.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue