Skip to content

Commit 1e2d4c0

Browse files
committed
temp: Remove concurrency check
1 parent ac76999 commit 1e2d4c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ on:
1717

1818
workflow_dispatch:
1919

20-
concurrency:
21-
group: ci-${{ github.workflow }}-${{ (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/v2') && github.run_id || github.event.pull_request.number || github.ref }}
22-
cancel-in-progress: true
20+
# concurrency:
21+
# group: ci-${{ github.workflow }}-${{ (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/v2') && github.run_id || github.event.pull_request.number || github.ref }}
22+
# cancel-in-progress: true
2323

2424
env:
2525
VSTEST_CONNECTION_TIMEOUT: 180

0 commit comments

Comments
 (0)