ci: test if the self hosted is ever picked up

This commit is contained in:
Sid
2026-05-25 11:04:25 +05:30
parent 9d58924a74
commit 7aecd9f729

View File

@@ -53,10 +53,7 @@ jobs:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}-e2e
cancel-in-progress: true
strategy:
matrix:
runner: ${{ github.repository == 'usebruno/bruno' && fromJson('["self-hosted", "macOS"]') || fromJson('["macos-latest"]') }}
runs-on: ${{ matrix.runner }}
runs-on: macos-latest
steps:
- uses: actions/checkout@v6