File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 23
23
build-vsix :
24
24
name : Build VSIX
25
25
runs-on : ubuntu-latest
26
+ if : github.repository == 'microsoft/vscode-python'
26
27
steps :
27
28
- name : Checkout
28
29
uses : actions/checkout@v2
63
64
lint :
64
65
name : Lint
65
66
runs-on : ubuntu-latest
67
+ if : github.repository == 'microsoft/vscode-python'
66
68
steps :
67
69
- name : Checkout
68
70
uses : actions/checkout@v2
@@ -119,6 +121,7 @@ jobs:
119
121
name : Tests
120
122
# The value of runs-on is the OS of the current job (specified in the strategy matrix below) instead of being hardcoded.
121
123
runs-on : ${{ matrix.os }}
124
+ if : github.repository == 'microsoft/vscode-python'
122
125
strategy :
123
126
fail-fast : false
124
127
matrix :
@@ -347,6 +350,7 @@ jobs:
347
350
name : Smoke tests
348
351
# The value of runs-on is the OS of the current job (specified in the strategy matrix below) instead of being hardcoded.
349
352
runs-on : ${{ matrix.os }}
353
+ if : github.repository == 'microsoft/vscode-python'
350
354
needs : [build-vsix]
351
355
strategy :
352
356
fail-fast : false
Original file line number Diff line number Diff line change 24
24
build-vsix :
25
25
name : Build VSIX
26
26
runs-on : ubuntu-latest
27
+ if : github.repository == 'microsoft/vscode-python'
27
28
steps :
28
29
- name : Checkout
29
30
uses : actions/checkout@v2
66
67
# will be caught when we merge back into 'main'.
67
68
name : Lint
68
69
runs-on : ubuntu-latest
70
+ if : github.repository == 'microsoft/vscode-python'
69
71
steps :
70
72
- name : Checkout
71
73
uses : actions/checkout@v2
99
101
name : Tests
100
102
# The value of runs-on is the OS of the current job (specified in the strategy matrix below) instead of being hardcoded.
101
103
runs-on : ${{ matrix.os }}
104
+ if : github.repository == 'microsoft/vscode-python'
102
105
strategy :
103
106
fail-fast : false
104
107
matrix :
@@ -319,6 +322,7 @@ jobs:
319
322
name : Smoke tests
320
323
# The value of runs-on is the OS of the current job (specified in the strategy matrix below) instead of being hardcoded.
321
324
runs-on : ${{ matrix.os }}
325
+ if : github.repository == 'microsoft/vscode-python'
322
326
needs : [build-vsix]
323
327
strategy :
324
328
fail-fast : false
You can’t perform that action at this time.
0 commit comments