We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c22f5c commit adc5c30Copy full SHA for adc5c30
.github/workflows/coverage.yml
@@ -1,6 +1,9 @@
1
name: Coverage
2
3
-on: [push, pull_request]
+# 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]
7
8
permissions:
9
contents: read
0 commit comments