rename job

Signed-off-by: William Woodruff <william@astral.sh>
This commit is contained in:
William Woodruff 2025-12-22 17:00:43 -05:00
parent d9fd14de48
commit 098fdc62d4
No known key found for this signature in database

View file

@ -2957,8 +2957,8 @@ jobs:
mode: walltime
token: ${{ secrets.CODSPEED_TOKEN }}
benchmarks-instrumented:
name: "benchmarks | instrumented"
benchmarks-simulated:
name: "benchmarks | simulated"
runs-on: ubuntu-latest
needs: determine_changes
if: ${{ github.repository == 'astral-sh/uv' && !contains(github.event.pull_request.labels.*.name, 'no-test') && (needs.determine_changes.outputs.code == 'true' || github.ref == 'refs/heads/main') }}