mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Added concurrency group to Browser tests
- by using the same group (the workflow name), we should be able to limit the concurrency to 1 execution, which might help with some flaky tests we keep seeing
This commit is contained in:
parent
a6966913dd
commit
cad7082aee
1 changed files with 2 additions and 0 deletions
2
.github/workflows/browser-tests.yml
vendored
2
.github/workflows/browser-tests.yml
vendored
|
@ -21,6 +21,8 @@ on:
|
|||
description: 'Owner password (override)'
|
||||
required: false
|
||||
type: string
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}
|
||||
jobs:
|
||||
test:
|
||||
timeout-minutes: 60
|
||||
|
|
Loading…
Reference in a new issue