Skip to content

Commit f5e6d0c

Browse files
committed
Disable test CI
1 parent 43f3874 commit f5e6d0c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/tests.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: Tests
22
on:
3-
push:
4-
branches: [ main ]
5-
pull_request:
6-
branches: [ main ]
3+
# Disabled because of a valkyrie regression (#35)
4+
# push:
5+
# branches: [ main ]
6+
# pull_request:
7+
# branches: [ main ]
78

89
jobs:
910
tests:

0 commit comments

Comments
 (0)