Skip to content

Commit 31cb077

Browse files
committed
Final commit?
1 parent 8fe0c7e commit 31cb077

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
jobs:
1515

1616
test-coverage:
17-
if: github.event_name != 'pull_request' || github.event.pull_request.draft == false
17+
if: (github.event_name != 'pull_request') || (github.event.pull_request.draft == false)
1818
runs-on: ubuntu-22.04
1919
strategy:
2020
fail-fast: true

0 commit comments

Comments
 (0)