Playwright CI improvements

This commit is contained in:
benthecarman
2023-11-14 20:07:58 -06:00
committed by benthecarman
parent a297d85f23
commit ef842a1b83

View File

@@ -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:
- '*'