mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-11 09:51:30 +00:00
chore: switch e2e to run using the self hosted ones when PR is in OSS
This commit is contained in:
8
.github/workflows/tests-macos.yml
vendored
8
.github/workflows/tests-macos.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user