Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Apr 12, 2024
1 parent 4b5d20c commit b3c72ae
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/linux-qt6-drivers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit b3c72ae

Please sign in to comment.