|
@@ -7,6 +7,11 @@ on:
|
|
defaults:
|
|
defaults:
|
|
run:
|
|
run:
|
|
working-directory: ./playwright-tests
|
|
working-directory: ./playwright-tests
|
|
|
|
+
|
|
|
|
+concurrency:
|
|
|
|
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
|
|
|
+ cancel-in-progress: true
|
|
|
|
+
|
|
jobs:
|
|
jobs:
|
|
test:
|
|
test:
|
|
if: github.event.pull_request.draft == false
|
|
if: github.event.pull_request.draft == false
|