walltime for core

This commit is contained in:
Sydney Runkle
2025-09-12 09:12:01 -04:00
parent 4065bc0d17
commit 948076af78

View File

@@ -205,7 +205,7 @@ jobs:
else
uv run --no-sync pytest ./tests/ --codspeed
fi
mode: ${{ matrix.job-configs.mode || 'instrumentation' }}
mode: ${{ matrix.job-configs.working-directory == 'libs/core' && 'walltime' || 'instrumentation' }}
# Final status check - ensures all required jobs passed before allowing merge
ci_success: