Skip to content

Commit

Permalink
feat: patch keyboard layout to Programmer Dvorak
Browse files Browse the repository at this point in the history
microsoft/vscode#127932

- workflow linux: remove scheduled events
- remove macos and windows workflows
  • Loading branch information
dashezup committed Jul 12, 2021
1 parent d29337f commit 8418251
Show file tree
Hide file tree
Showing 4 changed files with 1,442 additions and 242 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: linux_build

on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
push:
pull_request:
branches: [ master ]
Expand All @@ -20,17 +18,11 @@ jobs:
strategy:
fail-fast: false
matrix:
vscode_arch: [x64, arm64, armhf]
vscode_arch: [x64]
include:
- vscode_arch: x64
npm_arch: x64
image: vscodium/vscodium-linux-build-agent:bionic-x64
- vscode_arch: arm64
npm_arch: arm64
image: vscodium/vscodium-linux-build-agent:stretch-arm64
- vscode_arch: armhf
npm_arch: armv7l
image: vscodium/vscodium-linux-build-agent:stretch-armhf

steps:
- uses: actions/checkout@v2
Expand Down
120 changes: 0 additions & 120 deletions .github/workflows/macos.yml

This file was deleted.

113 changes: 0 additions & 113 deletions .github/workflows/windows.yml

This file was deleted.

Loading

0 comments on commit 8418251

Please sign in to comment.