Skip to content

Commit b363595

Browse files
committed
Revert "Try uploading as part of insiders"
This reverts commit f3ffbe6.
1 parent 6e2385d commit b363595

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

.github/workflows/insiders.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Insiders Build
33
on:
44
push:
55
branches:
6-
- 14815-*
6+
- main
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
@@ -112,18 +112,16 @@ jobs:
112112
defaults:
113113
run:
114114
working-directory: ${{env.special-working-directory}}
115-
# if: github.repository == 'microsoft/vscode-python'
115+
if: github.repository == 'microsoft/vscode-python'
116116
strategy:
117117
fail-fast: false
118118
matrix:
119119
# We're not running CI on macOS for now because it's one less matrix entry to lower the number of runners used,
120120
# macOS runners are expensive, and we assume that Ubuntu is enough to cover the UNIX case.
121-
# os: [ubuntu-latest, windows-latest]
122-
os: [ubuntu-latest]
121+
os: [ubuntu-latest, windows-latest]
123122
# Run the tests on the oldest and most recent versions of Python.
124123
python: [2.7, 3.9]
125-
test-suite: [ts-unit]
126-
# test-suite: [ts-unit, python-unit, venv, single-workspace, multi-workspace, debugger, functional]
124+
test-suite: [ts-unit, python-unit, venv, single-workspace, multi-workspace, debugger, functional]
127125
steps:
128126
- name: Checkout
129127
uses: actions/checkout@v2
@@ -454,8 +452,8 @@ jobs:
454452
coverage:
455453
name: Coverage reports upload
456454
runs-on: ubuntu-latest
457-
# if: github.repository == 'microsoft/vscode-python'
458-
needs: [tests]
455+
if: github.repository == 'microsoft/vscode-python'
456+
needs: [tests, smoke-tests]
459457
defaults:
460458
run:
461459
working-directory: ${{env.special-working-directory}}

0 commit comments

Comments
 (0)