DEVX-146: fix: scale check_test_speed limits on CI runners

Co-authored-by: emil User <emil.simeonov@tutanota.com>
This commit is contained in:
2026-08-03 21:40:17 +00:00
committed by emo
parent 32193a0e6d
commit 9bb461e12f
5 changed files with 115 additions and 10 deletions
+1 -1
View File
@@ -152,7 +152,7 @@ jobs:
if: needs.detect-and-configure.outputs.is-automated == 'false'
env:
VIKUNJA_TOKEN: ${{ secrets.VIKUNJA_TOKEN }}
DEVX_VIKUNJA_PROJECT_ID: "2"
DEVX_VIKUNJA_PROJECT_ID: "8"
run: |
. .venv/bin/activate 2>/dev/null || true
python3 -m devx.ci.post_merge --git-sha "${{ github.sha }}"