Skip to content

Commit

Permalink
Merge pull request #282 from flaviojs/only-run-coverity_scan-in-GNS3
Browse files Browse the repository at this point in the history
Only run coverity_scan in the GNS3 repository.
  • Loading branch information
grossmj authored Jan 13, 2025
2 parents bad64ba + 08ab66b commit a5ffda1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/coverity-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ env:

jobs:
coverity_scan:
# only run in the GNS repository
# based on https://stackoverflow.com/a/63822135
if: github.repository_owner == 'GNS3'
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit a5ffda1

Please sign in to comment.