From 72e42df60e38da9f1b8671769d0b66fac1ec217f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Tue, 21 Feb 2023 00:16:32 +0100 Subject: [PATCH] Update include.yml --- .github/workflows/include.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/include.yml b/.github/workflows/include.yml index ebde56f..2ac5554 100644 --- a/.github/workflows/include.yml +++ b/.github/workflows/include.yml @@ -50,11 +50,11 @@ jobs: runner_tags=qemu # runners optimisations - [[ ${{ inputs.desktop }} == no ]] && runner_tags=small + #[[ ${{ inputs.desktop }} == no ]] && runner_tags=small [[ ${{ inputs.minimal }} == yes ]] && runner_tags=ubuntu-latest [[ $j == arm64 ]] && runner_tags=aarch64 [[ $j == amd64 ]] && runner_tags=ubuntu-latest - [[ $j == armhf ]] && runner_tags=small + #[[ $j == armhf ]] && runner_tags=small for k in ${desktops[@]}; do