Skip to content

Commit

Permalink
ci: skip coverage upload if not in LizardByte org (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher authored Apr 17, 2024
1 parent a7d8719 commit 1bfd2b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ jobs:
# any except canceled or skipped
if: >-
always() &&
(steps.test.outcome == 'success' || steps.test.outcome == 'failure')
(steps.test.outcome == 'success' || steps.test.outcome == 'failure') &&
startsWith(github.repository, 'LizardByte/')
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
Expand Down

0 comments on commit 1bfd2b0

Please sign in to comment.