Skip to content

Commit f3ffbe6

Browse files
committed
Try uploading as part of insiders
1 parent 899d85d commit f3ffbe6

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.github/workflows/insiders.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Insiders Build
33
on:
44
push:
55
branches:
6-
- main
6+
- 14815-*
77

88
env:
99
NODE_VERSION: 12.15.0
@@ -24,7 +24,7 @@ jobs:
2424
build-vsix:
2525
name: Build VSIX
2626
runs-on: ubuntu-latest
27-
if: github.repository == 'microsoft/vscode-python'
27+
# if: github.repository == 'microsoft/vscode-python'
2828
steps:
2929
- name: Checkout
3030
uses: actions/checkout@v2
@@ -116,16 +116,18 @@ jobs:
116116
defaults:
117117
run:
118118
working-directory: ${{env.special-working-directory}}
119-
if: github.repository == 'microsoft/vscode-python'
119+
# if: github.repository == 'microsoft/vscode-python'
120120
strategy:
121121
fail-fast: false
122122
matrix:
123123
# We're not running CI on macOS for now because it's one less matrix entry to lower the number of runners used,
124124
# macOS runners are expensive, and we assume that Ubuntu is enough to cover the UNIX case.
125-
os: [ubuntu-latest, windows-latest]
125+
# os: [ubuntu-latest, windows-latest]
126+
os: [ubuntu-latest]
126127
# Run the tests on the oldest and most recent versions of Python.
127128
python: [2.7, 3.9]
128-
test-suite: [ts-unit, python-unit, venv, single-workspace, multi-workspace, debugger, functional]
129+
test-suite: [ts-unit]
130+
# test-suite: [ts-unit, python-unit, venv, single-workspace, multi-workspace, debugger, functional]
129131
steps:
130132
- name: Checkout
131133
uses: actions/checkout@v2
@@ -456,8 +458,8 @@ jobs:
456458
coverage:
457459
name: Coverage reports upload
458460
runs-on: ubuntu-latest
459-
if: github.repository == 'microsoft/vscode-python'
460-
needs: [tests, smoke-tests]
461+
# if: github.repository == 'microsoft/vscode-python'
462+
needs: [tests]
461463
defaults:
462464
run:
463465
working-directory: ${{env.special-working-directory}}

0 commit comments

Comments
 (0)