Skip to content

Commit adc5c30

Browse files
[CI] Disable codecov on push - it doesn't work
Ref. #1465
1 parent 4c22f5c commit adc5c30

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Coverage
22

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

58
permissions:
69
contents: read

0 commit comments

Comments
 (0)