Skip to content

Commit

Permalink
coverity branch
Browse files Browse the repository at this point in the history
  • Loading branch information
carlewis committed May 31, 2024
1 parent e3bd544 commit 91d8a17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- sycl-develop
- coverity
pull_request:

permissions: read-all
Expand Down Expand Up @@ -49,5 +50,5 @@ jobs:
with:
email: ${{ secrets.COVERITY_SCAN_EMAIL }}
token: ${{ secrets.COVERITY_SCAN_TOKEN }}
command: cmake --build ${{github.workspace}}
command: cmake --build .
working-directory: ''

0 comments on commit 91d8a17

Please sign in to comment.