Skip to content

Commit

Permalink
Only run coverity scan if coverity token is available
Browse files Browse the repository at this point in the history
Change-Id: Id95e0124d943912439c6ec6f562c0eb40d434163
  • Loading branch information
schwabe committed Dec 29, 2023
1 parent 2670975 commit 020ce68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/coverity-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ on:
schedule:
- cron: '0 20 * * *' # Daily at 20:00 UTC
workflow_dispatch:
push:

jobs:
latest:
if: secrets.COVERITY_SCAN_TOKEN != ''
runs-on: ubuntu-latest
steps:
- name: Check submission cache
Expand Down

0 comments on commit 020ce68

Please sign in to comment.