File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 6161 build-vsix :
6262 name : Build VSIX
6363 runs-on : ubuntu-latest
64- if : github.repository == 'microsoft/vscode-jupyter'
6564 steps :
6665 - name : Checkout
6766 uses : actions/checkout@v5
@@ -104,7 +103,6 @@ jobs:
104103 lint :
105104 name : Lint
106105 runs-on : ubuntu-latest
107- if : github.repository == 'microsoft/vscode-jupyter'
108106 steps :
109107 - name : Checkout
110108 uses : actions/checkout@v5
@@ -188,7 +186,6 @@ jobs:
188186 ts_tests :
189187 name : Type Script Tests
190188 runs-on : ${{ matrix.os }}
191- if : github.repository == 'microsoft/vscode-jupyter'
192189 strategy :
193190 fail-fast : false
194191 matrix :
@@ -262,7 +259,6 @@ jobs:
262259 vscodeTests :
263260 name : Tests # These tests run with Python extension & real Jupyter
264261 runs-on : ${{ matrix.os }}
265- if : github.repository == 'microsoft/vscode-jupyter'
266262 env :
267263 VSC_PYTHON_FORCE_LOGGING : 1
268264 VSC_JUPYTER_CI_RUN_NON_PYTHON_NB_TEST : 1
@@ -792,7 +788,6 @@ jobs:
792788 name : Smoke tests
793789 # The value of runs-on is the OS of the current job (specified in the strategy matrix below) instead of being hardcoded.
794790 runs-on : ${{ matrix.os }}
795- if : github.repository == 'microsoft/vscode-jupyter'
796791 needs : [build-vsix]
797792 env :
798793 VSIX_NAME : ' ms-toolsai-jupyter-insiders.vsix'
You can’t perform that action at this time.
0 commit comments