Skip to content

Commit

Permalink
Do not run codecov action on documentation-only
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnoe committed Nov 23, 2023
1 parent 17c22ce commit 9681523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
ctapipe-info --version
- uses: codecov/codecov-action@v3
if: contains(matrix.extra-args, 'codecov')
if: contains(matrix.extra-args, 'codecov') && contains(github.event.pull_request.labels.*.name, 'documentation-only') == false
with:
fail_ci_if_error: true

Expand Down

0 comments on commit 9681523

Please sign in to comment.