Skip to content

Commit 1ba0618

Browse files
authored
Disable dev builds since they are blocking github actions (#361)
* Disable dev builds since they are blocking github actions * Comment out version instead of deleting it
1 parent 5d9bdd2 commit 1ba0618

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/tck-build-logic/src/main/groovy/org.graalvm.internal.tck-harness.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,9 @@ if (project.hasProperty("baseCommit")) {
9090
}
9191

9292
def matrixDefault = [
93-
"version": ["17", "dev"],
93+
"version": ["17",
94+
// "dev"
95+
],
9496
"os" : ["ubuntu-latest"] // TODO: Add support for "windows-latest", "macos-latest"
9597
]
9698

0 commit comments

Comments
 (0)