0
Fork 0
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:
Daniel Lockyer 2023-03-17 15:58:26 +01:00 committed by Daniel Lockyer
parent a6966913dd
commit cad7082aee

View file

@ -21,6 +21,8 @@ on:
description: 'Owner password (override)'
required: false
type: string
concurrency:
group: ${{ github.workflow }}
jobs:
test:
timeout-minutes: 60