We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fe0c7e commit 31cb077Copy full SHA for 31cb077
1 file changed
.github/workflows/coverage.yml
@@ -14,7 +14,7 @@ on:
14
jobs:
15
16
test-coverage:
17
- if: github.event_name != 'pull_request' || github.event.pull_request.draft == false
+ if: (github.event_name != 'pull_request') || (github.event.pull_request.draft == false)
18
runs-on: ubuntu-22.04
19
strategy:
20
fail-fast: true
0 commit comments