From b3c72aeb569386a57f4a28d30284e692d6b7cd37 Mon Sep 17 00:00:00 2001 From: silverqx Date: Fri, 12 Apr 2024 16:40:07 +0200 Subject: [PATCH] t --- .github/workflows/linux-qt6-drivers.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/linux-qt6-drivers.yml b/.github/workflows/linux-qt6-drivers.yml index a17a28015..7b5a8baa4 100644 --- a/.github/workflows/linux-qt6-drivers.yml +++ b/.github/workflows/linux-qt6-drivers.yml @@ -6,12 +6,12 @@ name: Linux GCC/Clang Qt6.7 TinyDrivers -on: - push: - branches: - - main - - gh-actions - - silverqx-develop +on: workflow_dispatch + # push: + # branches: + # - main + # - gh-actions + # - silverqx-develop concurrency: group: tinyorm-linux @@ -61,7 +61,7 @@ jobs: # I must divide all parallel by 2 because I have 2 self-hosted runners on the same computer # and also -1 for reserve to avoid swapping, so for clang: 8 / 2 - 1 = 3 and for gcc: # 3 / 2 - 1 = 1. - parallel=${{ matrix.compiler.key == 'gcc13' && '1' || '3' }} + parallel=${{ matrix.compiler.key == 'gcc13' && '3' || '8' }} echo "TinyParallel=$parallel" >> $GITHUB_ENV tinyormPath=$(realpath ./main)