Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
ci: disable coverage report on release branch (push)
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Paitrault <[email protected]>
  • Loading branch information
Freyskeyd committed Mar 20, 2024
1 parent e909e22 commit 09f3663
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,13 @@ on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
paths: crates/**
branches-ignore:
- "release/**"
workflow_dispatch:

jobs:
codecov:
name: Code coverage
runs-on: ubuntu-latest-16-core
if: ${{ ! startsWith(github.head_ref, 'release') }}

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 09f3663

Please sign in to comment.