Skip to content

Commit

Permalink
run ci on my fork
Browse files Browse the repository at this point in the history
  • Loading branch information
DetachHead committed Jan 15, 2024
1 parent 037962e commit 764d859
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ on:

jobs:
build:
if: github.repository == 'microsoft/pyright'
runs-on: ubuntu-latest
name: Build

Expand Down Expand Up @@ -51,7 +50,6 @@ jobs:
path: packages/vscode-pyright/${{ env.VSIX_NAME }}

create_release:
if: github.repository == 'microsoft/pyright'
runs-on: ubuntu-latest
name: Create release
needs: [build]
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ env:

jobs:
publish_extension:
if: ${{ github.repository == 'microsoft/pyright' }}
runs-on: ubuntu-latest
name: Publish extension to marketplace

Expand Down
10 changes: 1 addition & 9 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,10 @@ env:
NODE_VERSION: '16' # Shipped with VS Code.
PYTHON_VERSION: 3.11

on:
push:
branches:
- main
pull_request:
branches:
- main
on: push

jobs:
typecheck:
if: github.repository == 'microsoft/pyright'
runs-on: ubuntu-latest
name: Typecheck

Expand All @@ -41,7 +34,6 @@ jobs:
- run: npx lerna exec --stream --no-bail -- tsc --noEmit

style:
if: github.repository == 'microsoft/pyright'
runs-on: ubuntu-latest
name: Style

Expand Down

0 comments on commit 764d859

Please sign in to comment.