fix(ci): stop the auto-close duplicates job colliding with the required test check

Its job id was `test`, the same check-run name test-mcp.yml publishes and
guard-internal-staging requires, so a commit touching the sweep carried two
check runs called `test`. Renaming it to `sweep-tests` leaves the required
context with exactly one job behind it.
This commit is contained in:
mateo-berri 2026-09-05 22:26:38 -07:00
parent 8da43835a6
commit 44b7a76439

View file

@ -22,7 +22,7 @@ on:
permissions: {}
jobs:
test:
sweep-tests:
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest
timeout-minutes: 5