Skip to content

Commit 4598ad9

Browse files
authored
ci: disable conformance tests (#2007)
1 parent 1a943ad commit 4598ad9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/conformance.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: Conformance Tests
22

33
on:
4-
push:
5-
branches: [main]
6-
pull_request:
4+
# Disabled: conformance tests are currently broken in CI
5+
# push:
6+
# branches: [main]
7+
# pull_request:
78
workflow_dispatch:
89

910
concurrency:

0 commit comments

Comments
 (0)