mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2026-01-24 16:44:22 +01:00
Playwright CI improvements
This commit is contained in:
committed by
benthecarman
parent
a297d85f23
commit
ef842a1b83
10
.github/workflows/playwright.yml
vendored
10
.github/workflows/playwright.yml
vendored
@@ -1,9 +1,11 @@
|
||||
name: Playwright Tests
|
||||
|
||||
# Only run one at a time per branch
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- prod
|
||||
pull_request:
|
||||
branches:
|
||||
- '*'
|
||||
|
||||
Reference in New Issue
Block a user