Skip to content

Commit 48f3b9e

Browse files
committed
chore: set cancel-in-progress false for e2e specs
1 parent 5a03537 commit 48f3b9e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-local.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: vite
1010
concurrency:
1111
group: ${{ github.ref }}-e2e-local-vite-${{ matrix.data_provider }}-${{ matrix.ui_framework }}
12-
cancel-in-progress: true
12+
cancel-in-progress: false
1313
strategy:
1414
fail-fast: false
1515
matrix:
@@ -66,7 +66,7 @@ jobs:
6666
name: nextjs
6767
concurrency:
6868
group: ${{ github.ref }}-e2e-local-nextjs-${{ matrix.data_provider }}-${{ matrix.ui_framework }}
69-
cancel-in-progress: true
69+
cancel-in-progress: false
7070
strategy:
7171
fail-fast: false
7272
matrix:

0 commit comments

Comments
 (0)