Skip to content

Commit

Permalink
Compute coverage even when PR is draft
Browse files Browse the repository at this point in the history
  • Loading branch information
relf committed Feb 1, 2025
1 parent 8f0b8b7 commit e25ab57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codequality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
needs: codequality
name: coverage
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false && (github.event_name == 'pull_request' || github.ref == 'refs/heads/master')
if: github.event_name == 'pull_request' || github.ref == 'refs/heads/master'

steps:
- name: Checkout sources
Expand Down

0 comments on commit e25ab57

Please sign in to comment.