Skip to content

Commit 7cebf5e

Browse files
committed
DIsable vscode debug task
1 parent 9633056 commit 7cebf5e

2 files changed

Lines changed: 20 additions & 20 deletions

File tree

.github/workflows/ci-test.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,16 @@ jobs:
4848
shell: pwsh
4949
run: Invoke-Build -Configuration Release TestFull
5050

51-
- name: Start VS Code Tunnel if failed or in debug mode
52-
if: ${{ failure() || runner.debug == '1' }}
53-
#v0.0.2 - Pinned for security
54-
uses: justingrote/vscode-action@5d495ef6156c20f1f9bb21031c15776d476c10c3
55-
with:
56-
#All these settings are optional
57-
tunnel-name: 'pses-action-tunnel'
58-
connection-timeout: 2
59-
session-timeout: 30
60-
no-cache-cli-auth: true
51+
# - name: Start VS Code Tunnel if failed or in debug mode
52+
# if: ${{ failure() || runner.debug == '1' }}
53+
# #v0.0.2 - Pinned for security
54+
# uses: justingrote/vscode-action@5d495ef6156c20f1f9bb21031c15776d476c10c3
55+
# with:
56+
# #All these settings are optional
57+
# tunnel-name: 'pses-action-tunnel'
58+
# connection-timeout: 2
59+
# session-timeout: 30
60+
# no-cache-cli-auth: true
6161

6262
- name: Upload build artifacts
6363
if: always()

.github/workflows/vim-test.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,13 @@ jobs:
7272
THEMIS_VIM: ${{ steps.vim.outputs.executable }}
7373
run: ./vim-themis/bin/themis ./test/vim-simple-test.vim
7474

75-
- name: Start VS Code Tunnel if failed or in debug mode
76-
if: ${{ failure() || runner.debug == '1' }}
77-
#v0.0.2 - Pinned for security
78-
uses: justingrote/vscode-action@5d495ef6156c20f1f9bb21031c15776d476c10c3
79-
with:
80-
#All these settings are optional
81-
tunnel-name: 'pses-action-tunnel'
82-
connection-timeout: 2
83-
session-timeout: 30
84-
no-cache-cli-auth: true
75+
# - name: Start VS Code Tunnel if failed or in debug mode
76+
# if: ${{ failure() || runner.debug == '1' }}
77+
# #v0.0.2 - Pinned for security
78+
# uses: justingrote/vscode-action@5d495ef6156c20f1f9bb21031c15776d476c10c3
79+
# with:
80+
# #All these settings are optional
81+
# tunnel-name: 'pses-action-tunnel'
82+
# connection-timeout: 2
83+
# session-timeout: 30
84+
# no-cache-cli-auth: true

0 commit comments

Comments
 (0)