We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a03537 commit 48f3b9eCopy full SHA for 48f3b9e
1 file changed
.github/workflows/test-local.yaml
@@ -9,7 +9,7 @@ jobs:
9
name: vite
10
concurrency:
11
group: ${{ github.ref }}-e2e-local-vite-${{ matrix.data_provider }}-${{ matrix.ui_framework }}
12
- cancel-in-progress: true
+ cancel-in-progress: false
13
strategy:
14
fail-fast: false
15
matrix:
@@ -66,7 +66,7 @@ jobs:
66
name: nextjs
67
68
group: ${{ github.ref }}-e2e-local-nextjs-${{ matrix.data_provider }}-${{ matrix.ui_framework }}
69
70
71
72
0 commit comments