Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
erlingrj committed May 21, 2024
1 parent e036b9e commit 235b319
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ jobs:
cmake --build .
make test
coverage:
uses: ./.github/workflows/coverage.yml
uses: ./.github/workflows/coverage.yml
if: ${{ github.event_name == 'pull_request' }}
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

name: Coverage

on: [pull_request]
on: workflow_cal

permissions:
contents: read
Expand Down

0 comments on commit 235b319

Please sign in to comment.