Skip to content

Commit

Permalink
fixup! ci: add a GitHub workflow to submit Coverity scans
Browse files Browse the repository at this point in the history
  • Loading branch information
dscho committed Sep 22, 2023
1 parent cce9660 commit 3568c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
if: contains(fromJSON(vars.ENABLE_COVERITY_SCAN_FOR_BRANCHES || '[""]'), github.ref_name)
strategy:
matrix:
os: fromJSON(vars.ENABLE_COVERITY_SCAN_ON_OS || '["ubuntu-latest"]')
os: ${{ fromJSON(vars.ENABLE_COVERITY_SCAN_ON_OS || '["ubuntu-latest"]') }}
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 3568c55

Please sign in to comment.