mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-02-06 18:28:59 -06:00
workflows analyzers increased parallel to 8
This commit is contained in:
2
.github/workflows/analyzers.yml
vendored
2
.github/workflows/analyzers.yml
vendored
@@ -53,7 +53,7 @@ jobs:
|
||||
# the on: workflow_dispatch for all Linux GitHub Actions and will invoke these workflows
|
||||
# manually from the command-line using the gh command, eg.:
|
||||
# gh workflow run --ref silverqx-develop
|
||||
[[ "$isSelfHostedRunner" == 'true' ]] && parallel=4 || parallel=2
|
||||
[[ "$isSelfHostedRunner" == 'true' ]] && parallel=8 || parallel=2
|
||||
echo "TinyParallel=$parallel" >> $GITHUB_ENV
|
||||
|
||||
tinyormPath=$(realpath ./main)
|
||||
|
||||
Reference in New Issue
Block a user