Skip to content

Commit

Permalink
Merge pull request #1466 from lukaszstolarczuk/disable-coverage-on-main
Browse files Browse the repository at this point in the history
[CI] Disable codecov on push - it doesn't work
  • Loading branch information
pbalcer authored Mar 22, 2024
2 parents 4c22f5c + adc5c30 commit b944476
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Coverage

on: [push, pull_request]
# Don't run this workflow on push trigger, because it requires
# a token, which we don't have and can't generate.
# Long term solution is to switch to a different tool, ref. #1465
on: [pull_request]

permissions:
contents: read
Expand Down

0 comments on commit b944476

Please sign in to comment.