From 7001240eac2a7a39250e75cef4a5461ef2db9ca4 Mon Sep 17 00:00:00 2001 From: "Oleg V. Kozlyuk" Date: Thu, 22 Aug 2024 23:37:34 +0300 Subject: [PATCH] Revert generating docs by default --- .github/workflows/reusable-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-build.yml b/.github/workflows/reusable-build.yml index 7dbd8619c..e35793151 100644 --- a/.github/workflows/reusable-build.yml +++ b/.github/workflows/reusable-build.yml @@ -17,7 +17,7 @@ on: docs: description: Build documentation? type: boolean - default: true # for testing, TODO: disable again + default: false run-name: Build ${{ inputs.architecture }} on ${{ inputs.os }}