Skip to content

Commit c1139c7

Browse files
authored
disable CI (#332)
1 parent 3932c74 commit c1139c7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ name: Run all tests
22
on:
33
# enable to manually trigger the tests
44
workflow_dispatch:
5-
pull_request:
6-
paths:
7-
- "**.py"
5+
# re-enable if we want automatic CI again
6+
# pull_request:
7+
# paths:
8+
# - "**.py"
89

910
jobs:
1011

0 commit comments

Comments
 (0)