ci: remove Boundary job

No longer needed.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Bryan Helmkamp 2026-04-24 11:30:34 -04:00
parent ac4f306cc6
commit ea85785b41
No known key found for this signature in database

View file

@ -37,17 +37,6 @@ env:
CARGO_TERM_COLOR: always
jobs:
boundary:
name: Boundary
runs-on: ubuntu-24.04-x86-32-cores
permissions:
contents: read
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- run: bin/dev/check-boundary.sh
fmt:
name: Format
runs-on: ubuntu-24.04-x86-32-cores