mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-11 09:51:30 +00:00
chore: concurrency setup
This commit is contained in:
6
.github/workflows/tests-macos.yml
vendored
6
.github/workflows/tests-macos.yml
vendored
@@ -50,8 +50,12 @@ jobs:
|
||||
e2e-test:
|
||||
name: Playwright E2E Tests (macOS)
|
||||
timeout-minutes: 150
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}-e2e
|
||||
cancel-in-progress: true
|
||||
runs-on:
|
||||
- macos-latest
|
||||
- self-hosted
|
||||
- macOS
|
||||
- e2e
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
|
||||
Reference in New Issue
Block a user