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 ac76999 commit 1e2d4c0Copy full SHA for 1e2d4c0
1 file changed
.github/workflows/ci.yml
@@ -17,9 +17,9 @@ on:
17
18
workflow_dispatch:
19
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
+# concurrency:
+# group: ci-${{ github.workflow }}-${{ (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/v2') && github.run_id || github.event.pull_request.number || github.ref }}
+# cancel-in-progress: true
23
24
env:
25
VSTEST_CONNECTION_TIMEOUT: 180
0 commit comments