Skip to content

Commit e784da5

Browse files
authored
chore: skip coverage check for dependencies update
1 parent 4c22cf6 commit e784da5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ jobs:
131131
coverage:
132132
continue-on-error: true
133133
runs-on: ubuntu-latest
134+
if: ${{ ! contains(github.event.pull_request.labels.*.name, 'dependencies') }}
134135
steps:
135136
- uses: actions/checkout@v4
136137
with:

0 commit comments

Comments
 (0)