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