chore: switch e2e to run using the self hosted ones when PR is in OSS

This commit is contained in:
Sid
2026-05-25 10:41:26 +05:30
parent a1e795074e
commit 9d58924a74

View File

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