Skip to content

Commit f01975e

Browse files
committed
Disable coverage check for PRs
1 parent e73d81e commit f01975e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-coverage.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
on:
44
push:
55
branches: [main, master]
6-
pull_request:
7-
branches: [main, master]
6+
# pull_request:
7+
# branches: [main, master]
88
workflow_dispatch:
99

1010
name: test-coverage

0 commit comments

Comments
 (0)