Skip to content

Commit 06c5920

Browse files
ci: disable code coverage for chore branches (#19)
1 parent f5dd2f9 commit 06c5920

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/code-coverage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99

1010
jobs:
1111
code-coverage:
12+
if: ${{ !startsWith(github.head_ref || github.ref_name, 'chore/') }}
1213
name: check
1314
runs-on: macos-latest
1415
steps:

0 commit comments

Comments
 (0)