From 3c10a268007851deb0e286e275e3cd405bd7e004 Mon Sep 17 00:00:00 2001 From: "Daniel A. A. Pelsmaeker" Date: Fri, 2 Aug 2024 16:20:29 +0200 Subject: [PATCH] Try to fix syntax error --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index fea13cab9..c37f378e1 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -17,7 +17,7 @@ jobs: with: gradle-command: | gradle build - needs-docker: true +# needs-docker: true # Due to a bug, we cannot set the timeout here: https://github.com/orgs/community/discussions/50481 # Timeout in 10 minutes, as Stratego initialization can sometimes deadlock # timeout-minutes: 10