Skip to content

Commit

Permalink
chore: skip coverage check for dependencies update (#1558)
Browse files Browse the repository at this point in the history
skip coverage check if the PR is labeled dependencies
  • Loading branch information
TommyCpp committed Feb 23, 2024
1 parent 36c2a8e commit 98cd103
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ jobs:
coverage:
continue-on-error: true
runs-on: ubuntu-latest
if: ${{ ! contains(github.event.pull_request.labels.*.name, 'dependencies') }}
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 98cd103

Please sign in to comment.