mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-11 09:51:30 +00:00
ci: test if the self hosted is ever picked up
This commit is contained in:
5
.github/workflows/tests-macos.yml
vendored
5
.github/workflows/tests-macos.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user