Skip to content

Commit 7125d9d

Browse files
authored
Update e2e.yml
1 parent 21fe616 commit 7125d9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/e2e.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ on:
2222
jobs:
2323
test:
2424
runs-on: ubuntu-latest
25-
concurrency:
26-
group: ${{ github.workflow }}-${{ github.ref }}
27-
cancel-in-progress: true
25+
#concurrency:
26+
# group: ${{ github.workflow }}-${{ github.ref }}
27+
# cancel-in-progress: true
2828
strategy:
2929
matrix:
3030
node-version: [14.x]

0 commit comments

Comments
 (0)