Skip to content

Commit 0c1378d

Browse files
committed
Only run coverage on push, not on pull_request
No need to run it twice, running it on the branch is enough, no need to measure coverage on the merge commit too.
1 parent 72d8d70 commit 0c1378d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525

2626
coverage:
2727
runs-on: ubuntu-latest
28+
if: ${{ github.event_name == 'push' }}
2829
steps:
2930
- name: Checkout sources
3031
uses: actions/checkout@v4

0 commit comments

Comments
 (0)